Revert "Changed wording in admin page"

This reverts commit 9778271c5d.
This commit is contained in:
Karl Cordes 2011-11-14 13:32:48 +11:00
parent 9778271c5d
commit 488e324be4
2 changed files with 2 additions and 7 deletions

View file

@ -1,8 +1,7 @@
<div class="warning">
<p>WARNING: Deleting any records from these tables can have serious implications for data integrity.</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>
<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>
</div>
<ul id="extraModels">

View file

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