Changed wording in admin page

This commit is contained in:
Karl Cordes 2011-10-24 18:27:00 +11:00
parent a36d7db4d8
commit 9778271c5d
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,8 @@
<div class="warning">
<p>WARNING: Deleting any records from these tables can have serious implications for data integrity.</p>
<p>ie.Records in other tables could potentially end up referencing non-existing records. if currency id 2 were deleted, all records referencing AUD will be break.</p>
<p>Tread carefully.</p>
<p>Records in other tables could potentially end up referencing non-existing records.</p>
<p>eg. If currency id 2 were deleted, all other records referencing AUD would lose that reference.</p>
<p>Be careful!</p>
</div>
<ul id="extraModels">

View file

@ -1636,6 +1636,10 @@ div.warning {
padding-bottom: 1em;
}
div.warning p {
padding: 0.5em;
}
#extraModels {
list-style: none;
}