From: hickert Date: Mon, 26 Jun 2006 10:12:30 +0000 (+0000) Subject: Centered actions icons X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32b78635646172def7a73598003a14c5e807f83c;p=gosa.git Centered actions icons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3900 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_SnapShotDialog.inc b/include/class_SnapShotDialog.inc index 7f5a06f37..7d8608efb 100755 --- a/include/class_SnapShotDialog.inc +++ b/include/class_SnapShotDialog.inc @@ -100,8 +100,10 @@ class SnapShotDialog extends plugin /* Add Elements to divlist */ foreach($list_of_elements as $entry){ - $actions = " "; - $actions.= " "; + $actions = " "; + $actions.= " "; $time_stamp = date("d.m.Y H.i.s",preg_replace("/\-.*$/","",$entry['gosaSnapshotTimestamp'][0])); $display_data = $entry['description'][0];