summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79a5fad)
raw | patch | inline | side by side (parent: 79a5fad)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 15:27:25 +0000 (15:27 +0000) | ||
committer | cajus <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] | patch | blob |
diff --git a/gosa-core/ihtml/themes/modern/islocked.tpl b/gosa-core/ihtml/themes/modern/islocked.tpl
--- /dev/null
@@ -0,0 +1,23 @@
+<div style="font-size:20px;">
+ <img alt="" src="images/encrypted.png"> {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}
+
+ <input type="submit" name="open_readonly" value="{t}Read only{/t}">
+ {/if}
+
+ <input type="submit" name="cancel_lock" value="{t}Cancel{/t}">
+</p>
+
+<input type="hidden" name="dn" value="{$dn}">
+