Code

Copied islocked
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 15:27:25 +0000 (15:27 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 15:27:25 +0000 (15:27 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16794 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/modern/islocked.tpl [new file with mode: 0644]

diff --git a/gosa-core/ihtml/themes/modern/islocked.tpl b/gosa-core/ihtml/themes/modern/islocked.tpl
new file mode 100644 (file)
index 0000000..445683f
--- /dev/null
@@ -0,0 +1,23 @@
+<div style="font-size:20px;">
+  <img alt="" src="images/encrypted.png">&nbsp;{t}Locking conflict detected{/t}
+</div>
+
+<p>
+  <b>{t}Warning{/t}:</b> {$message}
+</p>
+<p>
+  {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}
+</p>
+
+<p class="plugbottom">
+  <input type="submit" name="delete_lock" value="{$action}">
+       {if $allow_readonly}
+  &nbsp;
+  <input type="submit" name="open_readonly" value="{t}Read only{/t}">
+       {/if}
+  &nbsp;
+  <input type="submit" name="cancel_lock" value="{t}Cancel{/t}">
+</p>
+      
+<input type="hidden" name="dn" value="{$dn}">
+