Skip to content
Permalink
Browse files

Small cosmetic replace for 2433 - revision

  • Loading branch information
alexey1234 committed Mar 21, 2016
1 parent 47ea93b commit 49b1729deb77f6b3789321cb3a1e6c6a19f970d5
Showing with 4 additions and 4 deletions.
  1. +4 −4 conf/ext/thebrig/extensions_thebrig.php
@@ -406,21 +406,21 @@ function disable_buttons() {
<td class="listbg"><?=htmlspecialchars($jail['desc']);?>&nbsp;</td>
<?php if (UPDATENOTIFY_MODE_DIRTY != $notificationmode):?>
<td valign="middle" nowrap="nowrap" class="list">
<a href="extensions_thebrig_edit.php?uuid=<?=$jail['uuid'];?>"><img src="e.gif" title="<?=gettext("Edit jail");?>" border="0" alt="<?=gettext("Edit jail");?>" /></a>&nbsp;
<a href="extensions_thebrig.php?act=del&amp;uuid=<?=$jail['uuid'];?>&amp;name=<?=$jail['jailname'];?>" onclick="return jail_delete();"><img src="x.gif" title="<?=gettext("Delete jail");?>" border="0" alt="<?=gettext("Delete jail");?>" /></a>&nbsp;
<a href="extensions_thebrig_edit.php?uuid=<?=$jail['uuid'];?>"><img src="edit.png" title="<?=gettext("Edit jail");?>" border="0" alt="<?=gettext("Edit jail");?>" /></a>&nbsp;
<a href="extensions_thebrig.php?act=del&amp;uuid=<?=$jail['uuid'];?>&amp;name=<?=$jail['jailname'];?>" onclick="return jail_delete();"><img src="delete.png" title="<?=gettext("Delete jail");?>" border="0" alt="<?=gettext("Delete jail");?>" /></a>&nbsp;
<a href="extensions_thebrig_fstab.php?act=editor&amp;uuid=<?=$jail['uuid'];?>"><img src="ext/thebrig/fstab.png" title="<?=gettext("Edit fstab for this jail");?>" border="0" alt="<?=gettext("Edit jail's fstab");?>" /></a>
</td>
<?php else:?>
<td valign="middle" nowrap="nowrap" class="list">
<img src="del.gif" border="0" alt="" />
<img src="delete.png" border="0" alt="" />
</td>
<?php endif;?>
</tr>
<?php endforeach; ?>
<tr>
<td class="list" colspan="8"></td>
<td class="list">
<a href="extensions_thebrig_edit.php"><img src="plus.gif" title="<?=gettext("Add jail");?>" border="0" alt="<?=gettext("Add jail");?>" /></a>
<a href="extensions_thebrig_edit.php"><img src="add.png" title="<?=gettext("Add jail");?>" border="0" alt="<?=gettext("Add jail");?>" /></a>
</td>
</tr>
</table>

2 comments on commit 49b1729

@qpeyramale

This comment has been minimized.

Copy link

@qpeyramale qpeyramale replied Apr 18, 2016

Hello,

Maybe i'm wrong but it miss the following icons :

  • status_enabled.png
  • status_disabled.png
  • add.png
  • delete.png
  • edit .png

Thank you
Regards

@alexey1234

This comment has been minimized.

Copy link
Collaborator Author

@alexey1234 alexey1234 replied Apr 20, 2016

I correct codes for new images 691d719

Please sign in to comment.