Changed wording in admin page
This commit is contained in:
parent
a36d7db4d8
commit
9778271c5d
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1636,6 +1636,10 @@ div.warning {
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
div.warning p {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#extraModels {
|
||||
list-style: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue