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;">
<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>
<p>
{$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>
{t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<p class="plugbottom">
<input type=submit name="delete_confirm" value="{msgPool type=delButton}">
<input type="submit" name="delete_confirm" value="{msgPool type=delButton}"/>
&nbsp;
<input type=submit name="delete_cancel" value="{t}Cancel{/t}">
<input type="submit" name="delete_cancel" value="{msgPool type=cancelButton}"/>
</p>
<div style="padding:5px;">
<div style="font-size:18px;">
<img alt="" src="geticon.php?context=status&amp;icon=dialog-warning&amp;size=48" class="center"/>&nbsp;{t}Warning{/t}
<div class="notice">
<div class="msgtitle">
<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>
<p>
<ul>
{foreach from=$objects item=object}
<li style="list-style-image:url('{$object.icon}');" title="{$object.type}">
{$object.name}&nbsp;(<i>{$object.dn}</i>)
</li>
{/foreach}
</ul>
{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>
<div>
<p>
<ul>
{foreach from=$objects item=object}
<li style="list-style-image:url('{$object.icon}');" title="{$object.type}">
{$object.name}&nbsp;(<i>{$object.dn}</i>)
</li>
{/foreach}
</ul>
{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>
{t}Press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<p>
{t}Press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<p class="plugbottom">
<input type="submit" name="delete_confirmed" value="{msgPool type=delButton}"/>
<input type="submit" name="delete_cancel" value="{msgPool type=cancelButton}"/>
</p>
<p class="plugbottom">
<input type="submit" name="delete_confirmed" value="{msgPool type=delButton}"/>
<input type="submit" name="delete_cancel" value="{msgPool type=cancelButton}"/>
</p>
</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