summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 85281f9)
raw | patch | inline | side by side (parent: 85281f9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 10:12:30 +0000 (10:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 10:12:30 +0000 (10:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3900 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_SnapShotDialog.inc | patch | blob | history |
index 7f5a06f376b8c4d0c15875d2935c8915eb9ab75b..7d8608efbffcd865eab3b34eccde2f2d11d4a54c 100755 (executable)
/* Add Elements to divlist */
foreach($list_of_elements as $entry){
- $actions = "<input type='image' src='images/edittrash.png' name='RemoveSnapShot_%KEY' title='"._("Remove snapshot")."'> ";
- $actions.= "<input type='image' src='images/restore.png' name='RestoreSnapShot_%KEY' title='"._("Restore snapshot")."'> ";
+ $actions = "<input type='image' src='images/edittrash.png' name='RemoveSnapShot_%KEY'
+ class='center' title='"._("Remove snapshot")."'> ";
+ $actions.= "<input type='image' src='images/restore.png' name='RestoreSnapShot_%KEY'
+ class='center' title='"._("Restore snapshot")."'> ";
$time_stamp = date("d.m.Y H.i.s",preg_replace("/\-.*$/","",$entry['gosaSnapshotTimestamp'][0]));
$display_data = $entry['description'][0];