summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 280ce66)
raw | patch | inline | side by side (parent: 280ce66)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 11:50:10 +0000 (11:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 11:50:10 +0000 (11:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16206 594d385d-05f5-0310-b6e9-bd551577e9d8
index de2a2482342e46f2936d1ff936cd866d794be0c0..c9011b6d5a9b28b668eba2274aa6a700636420b5 100644 (file)
{/if}
</h1>
- <p class="seperator"> </p>
+ <hr>
<div style='padding:3px;'>
{t}Additional filter options{/t}
{if !$acl_writeable}
{if $aclType ne 'reset'}
{if $aclType ne 'role'}
{if $aclType ne 'base'}
- <p class="seperator"> </p>
+ <hr>
<h1>{t}List of available ACL categories{/t}</h1>
{$aclList}
{/if}
{if $aclType eq 'base'}
- <p class="seperator"> </p>
+ <hr>
<h1>{t}ACL for this object{/t}</h1>
{$aclSelector}
{/if}
{if $aclType eq 'role'}
- <p class="seperator"> </p>
+ <hr>
<h1>{t}Available roles{/t}</h1>
{$roleSelector}
{/if}
- <p class="seperator"> </p>
+ <hr>
<div style='text-align:right;margin-top:5px'>
{if $acl_writeable}
<input type="submit" name="submit_new_acl" value="{t}Apply{/t}">
{$aclSelector}
- <p class="seperator"> </p>
+ <hr>
<div style='text-align:right;margin-top:5px'>
<input type="submit" name="submit_edit_acl" value="{t}Apply{/t}">
diff --git a/gosa-core/ihtml/themes/default/copyPasteDialog.tpl b/gosa-core/ihtml/themes/default/copyPasteDialog.tpl
index a43275e2aba4d5c2862f1b1125275a865ffdb137..049b9984c1535c9d8f175e3025097af708f8d508 100644 (file)
{t}Remember that some properties like taken snapshots will not be copied!{/t}
{t}Or if you copy or cut an entry within GOsa and delete the source object, you may get errors while pasting this object again!{/t}
- <p class='seperator'> </p>
+ <hr>
<br>
{$AttributesToFix}
{if $SubDialog == false}
</div>
{/if}
{else}
- <p class='seperator'> </p>
+ <hr>
<br>
<h2>{t}Operation complete{/t}</h2>
<div style='text-align:right;width:100%;'>
diff --git a/gosa-core/ihtml/themes/default/snapshotdialog.tpl b/gosa-core/ihtml/themes/default/snapshotdialog.tpl
index 5ca89580f950a3e0164ad9939db1cfa6cabc0013..097b763cd43724a410a9aaff844efef27c29494d 100644 (file)
{if $RestoreMode}
<h2>{t}Restoring object snapshots{/t}</h2>
-<p class="seperator"> </p>
+<hr>
<br>
{t}This procedure will restore a snapshot of the selected object. It will replace the existing object after pressing the restore button.{/t}
<br>
<br>
{t}Don't forget to check references to other objects, for example does the selected printer still exists ?{/t}
<br>
-<p class="seperator"> </p>
+<hr>
<br>
<table summary="" style="width:100%">
{if !$restore_deleted}
</tr>
</table>
-<p class="seperator"> </p>
+<hr>
<div style="width:100%; text-align:right;">
<input type='submit' name='CancelSnapshot' value='{t}Cancel{/t}'>
</div>
{else}
<h2>{t}Creating object snapshots{/t}</h2>
-<p class="seperator"> </p>
+<hr>
<br>
{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}
<br>
<br>
{t}Remember that database entries, DNS configurations and possibly created zones in server extensions will not be stored in the snapshot.{/t}
<br>
-<p class="seperator"> </p>
+<hr>
<br>
<table summary="" style="width:100%">
<tr>
</tr>
</table>
-<p class="seperator"> </p>
+<hr>
<div style="width:100%; text-align:right;">
<input type='submit' name='CreateSnapshot' value='{t}Continue{/t}'>