cmc-sales/views/pages/admin.ctp

12 lines
555 B
PHP

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