Code

Updated lock template
[gosa.git] / ihtml / themes / default / islocked.tpl
1 <div style="font-size:20px;">
2   <img alt="" src="images/encrypted.png" style="vertical-align:top;">&nbsp;{t}Locking conflict detected{/t}
3 </div>
5 <p>
6   <b>{t}Warning{/t}:</b> {$message}
7 </p>
8 <p>
9   {t}If this lock detection is false, the other person has obviously closed the webbrowser during the edit operation. You may delete the lockfile in this case by pressing the <i>Remove</i> button.{/t}
10 </p>
12 <p class="plugbottom">
13   <input type="submit" name="delete_lock" value="{t}Edit anyway{/t}">
14   &nbsp;
15   <input type="submit" name="cancel_lock" value="{t}Cancel{/t}">
16 </p>
17       
18 <input type="hidden" name="dn" value="{$dn}">