From 66367c7e0dca23e9c01ece791132d21d59fe74ac Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 26 Jun 2006 12:00:24 +0000 Subject: [PATCH] Updated snapshot dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3909 594d385d-05f5-0310-b6e9-bd551577e9d8 --- ihtml/themes/default/snapshotdialog.tpl | 64 +++++++++++-------------- 1 file changed, 27 insertions(+), 37 deletions(-) diff --git a/ihtml/themes/default/snapshotdialog.tpl b/ihtml/themes/default/snapshotdialog.tpl index 677bc17ec..833478835 100755 --- a/ihtml/themes/default/snapshotdialog.tpl +++ b/ihtml/themes/default/snapshotdialog.tpl @@ -1,30 +1,26 @@ {if $RestoreMode} -

{t}Restoring an object snapshot{/t}

-
-

-{t}This procedure will create a working snapshot of the selected object.{/t} -
-

-

-
- - {if $CountSnapShots!=0} - {t}You will be able to restore from{/t} - {else} - {t}There are no available snapshots.{/t} - {/if} +

{t}Restoring object snapshots{/t}

+

 


+{t}This procedure will restore a snapshot of the selected object. It will replace the existing object after pressing the continue button.{/t}
-

+

 


- +
+ + + @@ -38,37 +34,30 @@

 

- -  

+ {else} -

{t}Creating an object snapshot{/t}

-
-

-{t}This procedure will create a working snapshot of the selected object.{/t} -
-

-

-
-{t}You will be able to restore from{/t} +

{t}Creating object snapshots{/t}

+

 


+{t}This procedure will create a snapshot of the selected object. It will be stored inside a special branch of your directory system and can be restored later on.{/t}
-

+

 


-
+ {t}Object{/t}  + {$CurrentDN} +
+
{if $CountSnapShots==0} - {t}There is no snapshot available that could be restored.{/t} + {t}There is no snapshot available that could be restored{/t} {else} - {t}Choose a snapshot and click continue, to restore the snapshot.{/t} + {t}Choose a snapshot and click the folder image, to restore the snapshot{/t} {/if}
+
- -
- {t}Object{/t} + + {t}Object{/t} + {$CurrentDN}
- {t}Date{/t} + {t}Date{/t} {$CurrentDate} @@ -76,8 +65,9 @@
- {t}Description{/t}
- +
+ {t}Reason for generating this snapshot{/t}
+
-- 2.30.2