Commit 807ff805 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4980 Cleaned up acl remove.tpl file

Showing with 28 additions and 25 deletions
+28 -25
<div style="font-size:18px;"> <div style="font-size:18px;">
<img alt="" src="geticon.php?context=status&amp;icon=dialog-warning&amp;size=32"/>&nbsp;{t}Warning{/t} <img alt="" src="geticon.php?context=status&amp;icon=dialog-warning&amp;size=32" class="center"/>&nbsp;{t}Warning{/t}
</div> </div>
<p> <p>
{$intro} {$intro}
{t}This may be used by several groups. Please double check if your really want to do this since there is no way for FusionDirectory to get your data back.{/t} {t}This may be used by several groups. Please double check if you really want to do this since there is no way for FusionDirectory to get your data back.{/t}
</p> </p>
<p> <p>
{t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t} {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p> </p>
<p class="plugbottom"> <p class="plugbottom">
<input type=submit name="delete_confirm" value="{msgPool type=delButton}"> <input type="submit" name="delete_confirm" value="{msgPool type=delButton}"/>
&nbsp; &nbsp;
<input type=submit name="delete_cancel" value="{t}Cancel{/t}"> <input type="submit" name="delete_cancel" value="{msgPool type=cancelButton}"/>
</p> </p>
<div style="padding:5px;"> <div class="notice">
<div style="font-size:18px;"> <div class="msgtitle">
<img alt="" src="geticon.php?context=status&amp;icon=dialog-warning&amp;size=48" class="center"/>&nbsp;{t}Warning{/t} <h2>
<img alt="" src="geticon.php?context=status&amp;icon=dialog-warning&amp;size=32" class="center"/>&nbsp;{t}Warning: you are about to delete the ACL assignments on the following objects{/t}
</h2>
</div> </div>
<p> <div>
<ul> <p>
{foreach from=$objects item=object} <ul>
<li style="list-style-image:url('{$object.icon}');" title="{$object.type}"> {foreach from=$objects item=object}
{$object.name}&nbsp;(<i>{$object.dn}</i>) <li style="list-style-image:url('{$object.icon}');" title="{$object.type}">
</li> {$object.name}&nbsp;(<i>{$object.dn}</i>)
{/foreach} </li>
</ul> {/foreach}
{t}This includes all ACL assignments made on this node(s). If you want the list of these assignments, please cancel and open the objects.{/t} </ul>
</p> {t}This includes all ACL assignments made on this node(s). If you want the list of these assignments, please cancel and open the objects.{/t}
</p>
<p> <p>
{t}Press 'Delete' to continue or 'Cancel' to abort.{/t} {t}Press 'Delete' to continue or 'Cancel' to abort.{/t}
</p> </p>
<p class="plugbottom"> <p class="plugbottom">
<input type="submit" name="delete_confirmed" value="{msgPool type=delButton}"/> <input type="submit" name="delete_confirmed" value="{msgPool type=delButton}"/>
<input type="submit" name="delete_cancel" value="{msgPool type=cancelButton}"/> <input type="submit" name="delete_cancel" value="{msgPool type=cancelButton}"/>
</p> </p>
</div>
</div> </div>
  • bmortier @bmortier

    mentioned in issue #1579

    By Côme Chilliet on 2017-09-02T15:31:20 (imported from GitLab)

    ·

    mentioned in issue #1579

    By Côme Chilliet on 2017-09-02T15:31:20 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment