From: cajus Date: Tue, 20 Apr 2010 14:27:34 +0000 (+0000) Subject: Updated themes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=500fbd06349f107c0d1b0f1e289a7cc16909be53;p=gosa.git Updated themes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17753 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/ihtml/themes/default/acl.tpl b/gosa-core/ihtml/themes/default/acl.tpl new file mode 100644 index 000000000..d41f5733d --- /dev/null +++ b/gosa-core/ihtml/themes/default/acl.tpl @@ -0,0 +1,157 @@ +{if !$acl_readable} + +

{msgPool type=permView}

+ +{else} + {if $dialogState eq 'head'} +

{t}Assigned ACL for current entry{/t}

+ {$aclList} + {if $acl_createable} + + {/if} + {/if} + + {if $dialogState eq 'create'} +

{t}Options{/t}

+ + + + + + + + + +
+ {t}ACL type{/t} + + {if !$acl_writeable} +   + {else} +   + {if $javascript eq 'false'} + + {/if} + {/if} +
+ {t}Additional filter options{/t} + + {if !$acl_writeable} + + {else} + + {/if} +
+ +
+

{t}Members{/t}

+ + + + + + + + + + +
+ {t}Use members from{/t} + + {if $javascript eq 'false'}{/if} +  {t}Members{/t}
+ {if !$acl_writeable} + + {else} + + {/if} + + + {if $acl_writeable} + + +

+ + + {/if} +
+ {if !$acl_writeable} + + + {else} + + {/if} +
+ + {if $aclType ne 'reset'} + {if $aclType ne 'role'} + {if $aclType ne 'base'} +
+ +

{t}List of available ACL categories{/t}

+ {$aclList} + {/if} + {/if} + {/if} + + {if $aclType eq 'base'} +
+

{t}ACL for this object{/t}

+ {$aclSelector} + {/if} + + {if $aclType eq 'role'} +
+

{t}Available roles{/t}

+ {$roleSelector} + {/if} + +
+
+ {if $acl_writeable} + + +   + {/if} + + +
+ {/if} + + {if $dialogState eq 'edit'} + +

{$headline}

+ + {$aclSelector} + +
+
+ + +   + + +
+ {/if} +{/if} diff --git a/gosa-core/ihtml/themes/default/blacklist b/gosa-core/ihtml/themes/default/blacklist new file mode 100644 index 000000000..77be825a9 --- /dev/null +++ b/gosa-core/ihtml/themes/default/blacklist @@ -0,0 +1 @@ +MSIE diff --git a/gosa-core/ihtml/themes/default/copyPasteDialog.tpl b/gosa-core/ihtml/themes/default/copyPasteDialog.tpl new file mode 100644 index 000000000..b2399f861 --- /dev/null +++ b/gosa-core/ihtml/themes/default/copyPasteDialog.tpl @@ -0,0 +1,32 @@ +

{t}Copy & paste wizard{/t}

+ +{$message} +
+
+{if $Complete == false} + {t}Some values need to be unique in the complete directory while some combinations make no sense. GOsa shows the relevant attributes. Please maintain the values below to fullfill the policies.{/t} +
+{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} + +
+
+ {$AttributesToFix} + {if $SubDialog == false} +
+ +
+ + {if $type == "modified"} + + {/if} + +
+ {/if} +{else} +
+

{t}Operation complete{/t}

+
+ +
+{/if} diff --git a/gosa-core/ihtml/themes/default/framework.tpl b/gosa-core/ihtml/themes/default/framework.tpl new file mode 100644 index 000000000..d5dec1057 --- /dev/null +++ b/gosa-core/ihtml/themes/default/framework.tpl @@ -0,0 +1,39 @@ + + {$php_errors} +
+ +
+
+ {$menu} + {$msg_dialogs} +
+ {$pathMenu} + {$contents} +
+ + {if $channel != ""} + + {/if} + + {$errors} + {$focus} + +
+ + diff --git a/gosa-core/ihtml/themes/default/headers.tpl b/gosa-core/ihtml/themes/default/headers.tpl new file mode 100644 index 000000000..2c6b284de --- /dev/null +++ b/gosa-core/ihtml/themes/default/headers.tpl @@ -0,0 +1,45 @@ + + + + {if isset($title)}{$title}{else}GOsa{/if} + + + + + + + + + + + + + + + + + + +{if $iePngWorkaround} + +{/if} + + +{if $usePrototype == 'true'} + + + + + + +{/if} + diff --git a/gosa-core/ihtml/themes/default/help.tpl b/gosa-core/ihtml/themes/default/help.tpl new file mode 100644 index 000000000..32620b254 --- /dev/null +++ b/gosa-core/ihtml/themes/default/help.tpl @@ -0,0 +1,40 @@ + +{$php_errors} + +
+
+ + + + + + +
+ {t}GOsa help viewer{/t} + + {$backward} +    + + {t}Index{/t} + +    + {$forward} + +   + +
+
+
+{$help_contents} +
+ + + + +
+ + diff --git a/gosa-core/ihtml/themes/default/islocked.tpl b/gosa-core/ihtml/themes/default/islocked.tpl new file mode 100644 index 000000000..566c1d432 --- /dev/null +++ b/gosa-core/ihtml/themes/default/islocked.tpl @@ -0,0 +1,30 @@ +
+
+ {image path="images/encrypted.png" align="top"} +
{t}Locking conflict detected{/t}
+
+ +
+ +

+ {$message} +

+ +

+ {t}If this lock detection is false, the other person has obviously closed the webbrowser during the edit operation. You may want to take over the lock by pressing the 'Edit anyway' button.{/t} +

+ +
+ +
+ + {if $allow_readonly} +   + + {/if} +   + +
+ + +
diff --git a/gosa-core/ihtml/themes/default/login.tpl b/gosa-core/ihtml/themes/default/login.tpl new file mode 100644 index 000000000..3867301cc --- /dev/null +++ b/gosa-core/ihtml/themes/default/login.tpl @@ -0,0 +1,93 @@ + + {$php_errors} +
+ +
+ +
+ {image path="images/empty.png" align="top" action="focus"} + {$msg_dialogs} + + {if $ssl}{/if} + {if $lifetime}{/if} + + + + + +
+ +
+ + + + + + diff --git a/gosa-core/ihtml/themes/default/logout-close.tpl b/gosa-core/ihtml/themes/default/logout-close.tpl new file mode 100644 index 000000000..accba42d0 --- /dev/null +++ b/gosa-core/ihtml/themes/default/logout-close.tpl @@ -0,0 +1,13 @@ + + +
+
+

{t}Your GOsa session has been closed!{/t}

+

+ {t}Please close this browser window and clean the authentication caches to avoid an automatic re-authentication by your browser.{/t} +

+
+
+ + + diff --git a/gosa-core/ihtml/themes/default/logout.tpl b/gosa-core/ihtml/themes/default/logout.tpl new file mode 100644 index 000000000..b22779ef2 --- /dev/null +++ b/gosa-core/ihtml/themes/default/logout.tpl @@ -0,0 +1,29 @@ + + +
+ +
+

{t}Your GOsa session has expired!{/t}

+ +

+ {t}The last interaction with the GOsa web interface has been some time ago in the past. For security reasons, the session has been closed. To continue with administrative tasks, please sign in again.{/t} +

+ +
+ +
+ +
+
+ +
+ + + + + + diff --git a/gosa-core/ihtml/themes/default/msg_dialog.tpl b/gosa-core/ihtml/themes/default/msg_dialog.tpl new file mode 100644 index 000000000..6d8e4f24a --- /dev/null +++ b/gosa-core/ihtml/themes/default/msg_dialog.tpl @@ -0,0 +1,157 @@ +{if $frame} + {if $IE} + +
+ {else} +
+ + {/if} +{else} + + + {if !$JS} + + {if $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} +
+ {else} +
+ {/if} + +
+ +
+ {if $i_Type == $smarty.const.ERROR_DIALOG} + {image path='images/error.png'} + {elseif $i_Type == $smarty.const.WARNING_DIALOG} + {image path='images/warning.png'} + {elseif $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} + {image path='images/warning.png'} + {/if} + {$s_Title}
+
+ + + + + + + +
+ {$s_Message} +
+
+ {if $i_Type == $smarty.const.ERROR_DIALOG || $i_Type == $smarty.const.WARNING_DIALOG || $i_Type == $smarty.const.INFO_DIALOG} + + {elseif $buttononst.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} + + + {/if} +
+
+ + {else} + + {if $s_Trace != "" && $i_TraceCnt != 0} + + + {/if} + + {if $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} +
+ {else} +
+ {/if} + +
+ +
+ {if $i_Type == $smarty.const.ERROR_DIALOG} + {image path='images/error.png'} + {elseif $i_Type == $smarty.const.WARNING_DIALOG} + {image path='images/warning.png'} + {elseif $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} + {image path='images/info.png'} + {/if} + {$s_Title}
+
+ + + + + {if $s_Trace != "" && $i_TraceCnt != 0} + + {/if} + + + {if $s_Trace != "" && $i_TraceCnt != 0} + + +
+ {$s_Message} +
+
+
Trace
+
+ {else} + + {/if} + {if $i_Type == $smarty.const.ERROR_DIALOG || $i_Type == $smarty.const.WARNING_DIALOG || $i_Type == $smarty.const.INFO_DIALOG} + + {elseif $i_Type == $smarty.const.CONFIRM_DIALOG} + + + {elseif $i_Type == $smarty.const.OK_CANCEL_DIALOG} + + + {/if} +
+
+ + + {/if} +{/if} diff --git a/gosa-core/ihtml/themes/default/removeEntries.tpl b/gosa-core/ihtml/themes/default/removeEntries.tpl new file mode 100644 index 000000000..611030e61 --- /dev/null +++ b/gosa-core/ihtml/themes/default/removeEntries.tpl @@ -0,0 +1,23 @@ +
+
+ {image path="images/warning.png" align="top"} +
{t}Attention{/t}
+
+ +
+ +
+ {$info} +
+ +

+ {t}If you're sure you want to do this press 'Delete' to continue or 'Cancel' to abort.{/t} +

+ +
+ +
+ + +
+
diff --git a/gosa-core/ihtml/themes/default/setup_headers.tpl b/gosa-core/ihtml/themes/default/setup_headers.tpl new file mode 100644 index 000000000..25c0f38ba --- /dev/null +++ b/gosa-core/ihtml/themes/default/setup_headers.tpl @@ -0,0 +1,24 @@ + + + + + {if isset($title)}{$title}{else}GOsa{/if} + + + + + + + + + + + + + + + + + + + diff --git a/gosa-core/ihtml/themes/default/sizelimit.tpl b/gosa-core/ihtml/themes/default/sizelimit.tpl new file mode 100644 index 000000000..7397de0c8 --- /dev/null +++ b/gosa-core/ihtml/themes/default/sizelimit.tpl @@ -0,0 +1,19 @@ +

{$warning}

+

+{t}The size limit option makes LDAP operations faster and saves the LDAP server from getting too much load. The easiest way to handle big databases without long timeouts would be to limit your search to smaller values and use filters to get the entries you are looking for.{/t} +

+ +
+ +{t}Please choose the way to react for this session{/t}: +

+{t}ignore this error and show all entries the LDAP server returns{/t}
+{t}ignore this error and show all entries that fit into the defined sizelimit and let me use filters instead{/t}
+{$limit_message} +

+
+
+ +
+ + diff --git a/gosa-core/ihtml/themes/default/snapshotdialog.tpl b/gosa-core/ihtml/themes/default/snapshotdialog.tpl new file mode 100644 index 000000000..c4524925a --- /dev/null +++ b/gosa-core/ihtml/themes/default/snapshotdialog.tpl @@ -0,0 +1,99 @@ +{if $RestoreMode} + +

{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 restore button.{/t} +
+
+{t}Remember that DNS configuration and database entries could not be restored. For some objects it is only nescessary to open and save them again (goFon), but some entries must be recreated manually (glpi).{/t} +
+
+{t}Don't forget to check references to other objects, for example does the selected printer still exists ?{/t} +
+
+
+ + {if !$restore_deleted} + + + + {/if} + + + + + + +
+ {t}Object{/t}  + {$CurrentDN} +
+
+ {if $CountSnapShots==0} + {t}There is no snapshot available that could be restored{/t} + {else} + {t}Choose a snapshot and click the folder image, to restore the snapshot{/t} + {/if} +
+ {$SnapShotList} +
+ +
+
+ + +
+ +{else} + +

{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}Remember that database entries, DNS configurations and possibly created zones in server extensions will not be stored in the snapshot.{/t} +
+
+
+ + + + + + + + + + + + +
+ {t}Object{/t} + + {$CurrentDN} +
+ {t}Timestamp{/t} + + {$CurrentDate} +
+
+ {t}Reason for generating this snapshot{/t}
+ +
+ +
+
+ + + + +
+ + +{/if} diff --git a/gosa-core/ihtml/themes/default/userFilter.tpl b/gosa-core/ihtml/themes/default/userFilter.tpl new file mode 100644 index 000000000..8825c40e2 --- /dev/null +++ b/gosa-core/ihtml/themes/default/userFilter.tpl @@ -0,0 +1,11 @@ +

{t}List of defined filters{/t}

+ +{$list} + + +
+ +
+ + +
diff --git a/gosa-core/ihtml/themes/default/userFilterEditor.tpl b/gosa-core/ihtml/themes/default/userFilterEditor.tpl new file mode 100644 index 000000000..fa1cc26d5 --- /dev/null +++ b/gosa-core/ihtml/themes/default/userFilterEditor.tpl @@ -0,0 +1,86 @@ +

{t}Filter editor{/t}

+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+ {$must} + + +
+ {$must} + + +
+ + + +
+ +
+ + + {t}Public visible{/t} + +
+ + + {t}Enabled{/t} + +
+
+ +
+ + + + +
+ +
+ +{foreach from=$queries item=item key=key} + {t}Query{/t} #{$key} + + + +
+{/foreach} + +
+ + + +
+ + +
diff --git a/gosa-core/ihtml/themes/modern/acl.tpl b/gosa-core/ihtml/themes/modern/acl.tpl deleted file mode 100644 index d41f5733d..000000000 --- a/gosa-core/ihtml/themes/modern/acl.tpl +++ /dev/null @@ -1,157 +0,0 @@ -{if !$acl_readable} - -

{msgPool type=permView}

- -{else} - {if $dialogState eq 'head'} -

{t}Assigned ACL for current entry{/t}

- {$aclList} - {if $acl_createable} - - {/if} - {/if} - - {if $dialogState eq 'create'} -

{t}Options{/t}

- - - - - - - - - -
- {t}ACL type{/t} - - {if !$acl_writeable} -   - {else} -   - {if $javascript eq 'false'} - - {/if} - {/if} -
- {t}Additional filter options{/t} - - {if !$acl_writeable} - - {else} - - {/if} -
- -
-

{t}Members{/t}

- - - - - - - - - - -
- {t}Use members from{/t} - - {if $javascript eq 'false'}{/if} -  {t}Members{/t}
- {if !$acl_writeable} - - {else} - - {/if} - - - {if $acl_writeable} - - -

- - - {/if} -
- {if !$acl_writeable} - - - {else} - - {/if} -
- - {if $aclType ne 'reset'} - {if $aclType ne 'role'} - {if $aclType ne 'base'} -
- -

{t}List of available ACL categories{/t}

- {$aclList} - {/if} - {/if} - {/if} - - {if $aclType eq 'base'} -
-

{t}ACL for this object{/t}

- {$aclSelector} - {/if} - - {if $aclType eq 'role'} -
-

{t}Available roles{/t}

- {$roleSelector} - {/if} - -
-
- {if $acl_writeable} - - -   - {/if} - - -
- {/if} - - {if $dialogState eq 'edit'} - -

{$headline}

- - {$aclSelector} - -
-
- - -   - - -
- {/if} -{/if} diff --git a/gosa-core/ihtml/themes/modern/blacklist b/gosa-core/ihtml/themes/modern/blacklist deleted file mode 100644 index 77be825a9..000000000 --- a/gosa-core/ihtml/themes/modern/blacklist +++ /dev/null @@ -1 +0,0 @@ -MSIE diff --git a/gosa-core/ihtml/themes/modern/copyPasteDialog.tpl b/gosa-core/ihtml/themes/modern/copyPasteDialog.tpl deleted file mode 100644 index b2399f861..000000000 --- a/gosa-core/ihtml/themes/modern/copyPasteDialog.tpl +++ /dev/null @@ -1,32 +0,0 @@ -

{t}Copy & paste wizard{/t}

- -{$message} -
-
-{if $Complete == false} - {t}Some values need to be unique in the complete directory while some combinations make no sense. GOsa shows the relevant attributes. Please maintain the values below to fullfill the policies.{/t} -
-{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} - -
-
- {$AttributesToFix} - {if $SubDialog == false} -
- -
- - {if $type == "modified"} - - {/if} - -
- {/if} -{else} -
-

{t}Operation complete{/t}

-
- -
-{/if} diff --git a/gosa-core/ihtml/themes/modern/framework.tpl b/gosa-core/ihtml/themes/modern/framework.tpl deleted file mode 100644 index d5dec1057..000000000 --- a/gosa-core/ihtml/themes/modern/framework.tpl +++ /dev/null @@ -1,39 +0,0 @@ - - {$php_errors} -
-
    -
  • {$logo}
  • -
  • -
    -
    -
    {image path="{$logoutimage}"}
    - - -
    -
    -
  • -
  • -
    {$loggedin}
    -
  • -
-
-
- {$menu} - {$msg_dialogs} -
- {$pathMenu} - {$contents} -
- - {if $channel != ""} - - {/if} - - {$errors} - {$focus} - -
- - diff --git a/gosa-core/ihtml/themes/modern/headers.tpl b/gosa-core/ihtml/themes/modern/headers.tpl deleted file mode 100644 index 703db968f..000000000 --- a/gosa-core/ihtml/themes/modern/headers.tpl +++ /dev/null @@ -1,45 +0,0 @@ - - - - {if isset($title)}{$title}{else}GOsa{/if} - - - - - - - - - - - - - - - - - - -{if $iePngWorkaround} - -{/if} - - -{if $usePrototype == 'true'} - - - - - - -{/if} - diff --git a/gosa-core/ihtml/themes/modern/help.tpl b/gosa-core/ihtml/themes/modern/help.tpl deleted file mode 100644 index 32620b254..000000000 --- a/gosa-core/ihtml/themes/modern/help.tpl +++ /dev/null @@ -1,40 +0,0 @@ - -{$php_errors} - -
-
- - - - - - -
- {t}GOsa help viewer{/t} - - {$backward} -    - - {t}Index{/t} - -    - {$forward} - -   - -
-
-
-{$help_contents} -
- - - - -
- - diff --git a/gosa-core/ihtml/themes/modern/islocked.tpl b/gosa-core/ihtml/themes/modern/islocked.tpl deleted file mode 100644 index 566c1d432..000000000 --- a/gosa-core/ihtml/themes/modern/islocked.tpl +++ /dev/null @@ -1,30 +0,0 @@ -
-
- {image path="images/encrypted.png" align="top"} -
{t}Locking conflict detected{/t}
-
- -
- -

- {$message} -

- -

- {t}If this lock detection is false, the other person has obviously closed the webbrowser during the edit operation. You may want to take over the lock by pressing the 'Edit anyway' button.{/t} -

- -
- -
- - {if $allow_readonly} -   - - {/if} -   - -
- - -
diff --git a/gosa-core/ihtml/themes/modern/login.tpl b/gosa-core/ihtml/themes/modern/login.tpl deleted file mode 100644 index 3867301cc..000000000 --- a/gosa-core/ihtml/themes/modern/login.tpl +++ /dev/null @@ -1,93 +0,0 @@ - - {$php_errors} -
-
    -
  • {$logo}
  • -
  • -
    {$version}
    -
  • -
-
- -
- {image path="images/empty.png" align="top" action="focus"} - {$msg_dialogs} - - {if $ssl}{/if} - {if $lifetime}{/if} - - - - - -
- -
- - - - - - diff --git a/gosa-core/ihtml/themes/modern/logout-close.tpl b/gosa-core/ihtml/themes/modern/logout-close.tpl deleted file mode 100644 index accba42d0..000000000 --- a/gosa-core/ihtml/themes/modern/logout-close.tpl +++ /dev/null @@ -1,13 +0,0 @@ - - -
-
-

{t}Your GOsa session has been closed!{/t}

-

- {t}Please close this browser window and clean the authentication caches to avoid an automatic re-authentication by your browser.{/t} -

-
-
- - - diff --git a/gosa-core/ihtml/themes/modern/logout.tpl b/gosa-core/ihtml/themes/modern/logout.tpl deleted file mode 100644 index b22779ef2..000000000 --- a/gosa-core/ihtml/themes/modern/logout.tpl +++ /dev/null @@ -1,29 +0,0 @@ - - -
- -
-

{t}Your GOsa session has expired!{/t}

- -

- {t}The last interaction with the GOsa web interface has been some time ago in the past. For security reasons, the session has been closed. To continue with administrative tasks, please sign in again.{/t} -

- -
- -
- -
-
- -
- - - - - - diff --git a/gosa-core/ihtml/themes/modern/msg_dialog.tpl b/gosa-core/ihtml/themes/modern/msg_dialog.tpl deleted file mode 100644 index 6d8e4f24a..000000000 --- a/gosa-core/ihtml/themes/modern/msg_dialog.tpl +++ /dev/null @@ -1,157 +0,0 @@ -{if $frame} - {if $IE} - -
- {else} -
- - {/if} -{else} - - - {if !$JS} - - {if $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} -
- {else} -
- {/if} - -
- -
- {if $i_Type == $smarty.const.ERROR_DIALOG} - {image path='images/error.png'} - {elseif $i_Type == $smarty.const.WARNING_DIALOG} - {image path='images/warning.png'} - {elseif $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} - {image path='images/warning.png'} - {/if} - {$s_Title}
-
- - - - - - - -
- {$s_Message} -
-
- {if $i_Type == $smarty.const.ERROR_DIALOG || $i_Type == $smarty.const.WARNING_DIALOG || $i_Type == $smarty.const.INFO_DIALOG} - - {elseif $buttononst.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} - - - {/if} -
-
- - {else} - - {if $s_Trace != "" && $i_TraceCnt != 0} - - - {/if} - - {if $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} -
- {else} -
- {/if} - -
- -
- {if $i_Type == $smarty.const.ERROR_DIALOG} - {image path='images/error.png'} - {elseif $i_Type == $smarty.const.WARNING_DIALOG} - {image path='images/warning.png'} - {elseif $i_Type == $smarty.const.INFO_DIALOG || $i_Type == $smarty.const.CONFIRM_DIALOG || $i_Type == $smarty.const.OK_CANCEL_DIALOG} - {image path='images/info.png'} - {/if} - {$s_Title}
-
- - - - - {if $s_Trace != "" && $i_TraceCnt != 0} - - {/if} - - - {if $s_Trace != "" && $i_TraceCnt != 0} - - -
- {$s_Message} -
-
-
Trace
-
- {else} - - {/if} - {if $i_Type == $smarty.const.ERROR_DIALOG || $i_Type == $smarty.const.WARNING_DIALOG || $i_Type == $smarty.const.INFO_DIALOG} - - {elseif $i_Type == $smarty.const.CONFIRM_DIALOG} - - - {elseif $i_Type == $smarty.const.OK_CANCEL_DIALOG} - - - {/if} -
-
- - - {/if} -{/if} diff --git a/gosa-core/ihtml/themes/modern/removeEntries.tpl b/gosa-core/ihtml/themes/modern/removeEntries.tpl deleted file mode 100644 index 611030e61..000000000 --- a/gosa-core/ihtml/themes/modern/removeEntries.tpl +++ /dev/null @@ -1,23 +0,0 @@ -
-
- {image path="images/warning.png" align="top"} -
{t}Attention{/t}
-
- -
- -
- {$info} -
- -

- {t}If you're sure you want to do this press 'Delete' to continue or 'Cancel' to abort.{/t} -

- -
- -
- - -
-
diff --git a/gosa-core/ihtml/themes/modern/setup_headers.tpl b/gosa-core/ihtml/themes/modern/setup_headers.tpl deleted file mode 100644 index 25c0f38ba..000000000 --- a/gosa-core/ihtml/themes/modern/setup_headers.tpl +++ /dev/null @@ -1,24 +0,0 @@ - - - - - {if isset($title)}{$title}{else}GOsa{/if} - - - - - - - - - - - - - - - - - - - diff --git a/gosa-core/ihtml/themes/modern/sizelimit.tpl b/gosa-core/ihtml/themes/modern/sizelimit.tpl deleted file mode 100644 index 7397de0c8..000000000 --- a/gosa-core/ihtml/themes/modern/sizelimit.tpl +++ /dev/null @@ -1,19 +0,0 @@ -

{$warning}

-

-{t}The size limit option makes LDAP operations faster and saves the LDAP server from getting too much load. The easiest way to handle big databases without long timeouts would be to limit your search to smaller values and use filters to get the entries you are looking for.{/t} -

- -
- -{t}Please choose the way to react for this session{/t}: -

-{t}ignore this error and show all entries the LDAP server returns{/t}
-{t}ignore this error and show all entries that fit into the defined sizelimit and let me use filters instead{/t}
-{$limit_message} -

-
-
- -
- - diff --git a/gosa-core/ihtml/themes/modern/snapshotdialog.tpl b/gosa-core/ihtml/themes/modern/snapshotdialog.tpl deleted file mode 100644 index c4524925a..000000000 --- a/gosa-core/ihtml/themes/modern/snapshotdialog.tpl +++ /dev/null @@ -1,99 +0,0 @@ -{if $RestoreMode} - -

{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 restore button.{/t} -
-
-{t}Remember that DNS configuration and database entries could not be restored. For some objects it is only nescessary to open and save them again (goFon), but some entries must be recreated manually (glpi).{/t} -
-
-{t}Don't forget to check references to other objects, for example does the selected printer still exists ?{/t} -
-
-
- - {if !$restore_deleted} - - - - {/if} - - - - - - -
- {t}Object{/t}  - {$CurrentDN} -
-
- {if $CountSnapShots==0} - {t}There is no snapshot available that could be restored{/t} - {else} - {t}Choose a snapshot and click the folder image, to restore the snapshot{/t} - {/if} -
- {$SnapShotList} -
- -
-
- - -
- -{else} - -

{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}Remember that database entries, DNS configurations and possibly created zones in server extensions will not be stored in the snapshot.{/t} -
-
-
- - - - - - - - - - - - -
- {t}Object{/t} - - {$CurrentDN} -
- {t}Timestamp{/t} - - {$CurrentDate} -
-
- {t}Reason for generating this snapshot{/t}
- -
- -
-
- - - - -
- - -{/if} diff --git a/gosa-core/ihtml/themes/modern/userFilter.tpl b/gosa-core/ihtml/themes/modern/userFilter.tpl deleted file mode 100644 index 8825c40e2..000000000 --- a/gosa-core/ihtml/themes/modern/userFilter.tpl +++ /dev/null @@ -1,11 +0,0 @@ -

{t}List of defined filters{/t}

- -{$list} - - -
- -
- - -
diff --git a/gosa-core/ihtml/themes/modern/userFilterEditor.tpl b/gosa-core/ihtml/themes/modern/userFilterEditor.tpl deleted file mode 100644 index fa1cc26d5..000000000 --- a/gosa-core/ihtml/themes/modern/userFilterEditor.tpl +++ /dev/null @@ -1,86 +0,0 @@ -

{t}Filter editor{/t}

- -
- - - - - - -
- - - - - - - - - - - - - -
- {$must} - - -
- {$must} - - -
- - - -
- -
- - - {t}Public visible{/t} - -
- - - {t}Enabled{/t} - -
-
- -
- - - - -
- -
- -{foreach from=$queries item=item key=key} - {t}Query{/t} #{$key} - - - -
-{/foreach} - -
- - - -
- - -