Code

Fixed initial errors
[gosa.git] / gosa-core / ihtml / themes / default / islocked.tpl
1 <div class='plugin'>
2  <div class='inline-warning'>
3   {image path="images/encrypted.png" align="top"}
4   <div class='inline-warning-text'>{t}Locking conflict detected{/t}</div>
5  </div>
7  <hr>
8  
9  <p>
10    {$message}
11  </p>
13  <p>
14    {t}If this lock detection is false, the other person has obviously closed the web browser during the edit operation. You may want to take over the lock by pressing the 'Edit anyway' button.{/t}
15  </p>
17  <hr>
18  
19  <div class='plugin-actions'>
20    <button type="submit" name="delete_lock">{$action}</button>
21         {if $allow_readonly}
22    &nbsp;
23    <button type="submit" name="open_readonly">{t}Read only{/t}</button>
24         {/if}
25    &nbsp;
26    <button type="submit" name="cancel_lock">{t}Cancel{/t}</button>
27  </div>
28        
29  <input type="hidden" name="dn" value="{$dn}">
30 </div>