cmc-sales/views/pages/admin.ctp
2011-10-24 18:27:00 +11:00

12 lines
525 B
PHP

<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>
</div>
<ul id="extraModels">
<li><?=$html->link('Countries', '/countries/index');?></li>
<li><?=$html->link('Currencies', '/currencies/index');?></li>
</ul>