Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Small cosmetic replace for 2433 - revision
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
conf/ext/thebrig/extensions_thebrig.php
|
|
@@ -406,21 +406,21 @@ function disable_buttons() { |
|
|
<td class="listbg"><?=htmlspecialchars($jail['desc']);?> </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> |
|
|
<a href="extensions_thebrig.php?act=del&uuid=<?=$jail['uuid'];?>&name=<?=$jail['jailname'];?>" onclick="return jail_delete();"><img src="x.gif" title="<?=gettext("Delete jail");?>" border="0" alt="<?=gettext("Delete jail");?>" /></a> |
|
|
<a href="extensions_thebrig_edit.php?uuid=<?=$jail['uuid'];?>"><img src="edit.png" title="<?=gettext("Edit jail");?>" border="0" alt="<?=gettext("Edit jail");?>" /></a> |
|
|
<a href="extensions_thebrig.php?act=del&uuid=<?=$jail['uuid'];?>&name=<?=$jail['jailname'];?>" onclick="return jail_delete();"><img src="delete.png" title="<?=gettext("Delete jail");?>" border="0" alt="<?=gettext("Delete jail");?>" /></a> |
|
|
<a href="extensions_thebrig_fstab.php?act=editor&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> |
|
|
|
This comment has been minimized.
Hello,
Maybe i'm wrong but it miss the following icons :
Thank you
Regards
This comment has been minimized.
I correct codes for new images 691d719