Browse Source

Update categories.html.php

i18n for 'Name'
pull/648/head
Robert Riebisch 2 years ago
committed by GitHub
parent
commit
ce8789c551
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      system/admin/views/categories.html.php

+ 2
- 2
system/admin/views/categories.html.php View File

@ -6,7 +6,7 @@
<br><br> <br><br>
<table class="table category-list"> <table class="table category-list">
<tr class="head"> <tr class="head">
<th>Name</th>
<th><?php echo i18n('Name');?></th>
<th><?php echo i18n('Description');?></th> <th><?php echo i18n('Description');?></th>
<th><?php echo i18n('Contents');?></th> <th><?php echo i18n('Contents');?></th>
<th><?php echo i18n('Operations');?></th> <th><?php echo i18n('Operations');?></th>
@ -25,4 +25,4 @@
<td><a class="btn btn-primary btn-xs" href="<?php echo $d->url;?>/edit?destination=admin/categories"><?php echo i18n('Edit');?></a> <?php if (get_categorycount($d->md) == 0 && get_draftcount($d->md) == 0 ){echo '<a class="btn btn-danger btn-xs" href="' . $d->url . '/delete?destination=admin/categories">' . i18n('Delete') . '</a>';}?></td> <td><a class="btn btn-primary btn-xs" href="<?php echo $d->url;?>/edit?destination=admin/categories"><?php echo i18n('Edit');?></a> <?php if (get_categorycount($d->md) == 0 && get_draftcount($d->md) == 0 ){echo '<a class="btn btn-danger btn-xs" href="' . $d->url . '/delete?destination=admin/categories">' . i18n('Delete') . '</a>';}?></td>
</tr> </tr>
<?php endforeach;?> <?php endforeach;?>
</table>
</table>

Loading…
Cancel
Save