From 6025b9e890cd6cbe52e1e9de17fa03a381bc837d Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 27 Jun 2006 04:40:25 +0000 Subject: [PATCH] Swapped icons to be like in all other dialogs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3916 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_SnapShotDialog.inc | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/include/class_SnapShotDialog.inc b/include/class_SnapShotDialog.inc index 4d44f0b70..2a56ee27f 100755 --- a/include/class_SnapShotDialog.inc +++ b/include/class_SnapShotDialog.inc @@ -4,14 +4,15 @@ class SnapShotDialog extends plugin { var $config; - var $attributes = array("CurrentDescription"); - var $CurrentDescription = ""; - var $parent = NULL; - var $display_restore_dialog = false; /* Defines the restore mode */ - var $display_all_removed_objects= false; /* Specifies which objects will be listed, all snapshots for a single entry - or all snapshots of already deleted objects */ - var $dialog = true; - var $del_dn = ""; + var $attributes= array("CurrentDescription"); + var $CurrentDescription= ""; + var $parent= NULL; + var $display_restore_dialog= false; /* Defines the restore mode */ + var $display_all_removed_objects= false; /* Specifies which objects will be listed, all + snapshots for a single entry or all snapshots + of already deleted objects */ + var $dialog= true; + var $del_dn= ""; var $ui; var $acl; @@ -100,10 +101,10 @@ class SnapShotDialog extends plugin /* Add Elements to divlist */ foreach($list_of_elements as $entry){ - $actions = " "; - $actions.= " "; + $actions.= " "; $time_stamp = date("d.m.Y H.i.s",preg_replace("/\-.*$/","",$entry['gosaSnapshotTimestamp'][0])); $display_data = $entry['description'][0]; @@ -155,4 +156,5 @@ class SnapShotDialog extends plugin } } +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?> -- 2.30.2