| Apache Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 uid=2234(oyaide) gid=100(users) groups=100(users) server ip : 213.186.33.18 | your ip : 216.73.216.136 safemode OFF > / home / oyaide / www / moycompany.com / piwigo2 / plugins / AdminTools / template / |
| Filename | /home/oyaide/www/moycompany.com/piwigo2/plugins/AdminTools/template/admin.tpl |
| Size | 2.1 kb |
| Permission | rwxr-xr-x |
| Owner | oyaide : users |
| Create time | 11-Mar-2016 09:45 |
| Last modified | 08-Mar-2016 15:46 |
| Last accessed | 08-Mar-2016 15:46 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
{html_style}
.graphicalCheckbox {
font-size:16px;
line-height:16px;
}
.graphicalCheckbox + input {
display:none;
}
{/html_style}
{footer_script}
jQuery('#ato-config input[type=checkbox]').change(function() {
jQuery(this).prev().toggleClass('icon-check icon-check-empty');
});
jQuery('#ato-config input[type=radio]').change(function() {
jQuery('#ato-config input[type=radio][name='+ $(this).attr('name') +']').prev().toggleClass('icon-check icon-check-empty');
});
{/footer_script}
<div class="titrePage">
<h2>Admin Tools</h2>
</div>
<form method="post" action="" class="properties" id="ato-config">
<fieldset>
<legend>{'Configuration'|translate}</legend>
<ul>
<li>
<label>
<span class="graphicalCheckbox icon-check{if not $AdminTools.default_open}-empty{/if}"></span>
<input type="checkbox" name="default_open"{if $AdminTools.default_open} checked="checked"{/if}>
<b>{'Open toolbar by default'|translate}</b>
</label>
</li>
<li>
<label>
<span class="graphicalCheckbox icon-check{if not $AdminTools.public_quick_edit}-empty{/if}"></span>
<input type="checkbox" name="public_quick_edit"{if $AdminTools.public_quick_edit} checked="checked"{/if}>
<b>{'Give access to quick edit to photo owners even if they are not admin'|translate}</b>
</label>
</li>
<li>
<b>{'Closed icon position'|translate} :</b>
<label>
<span class="graphicalCheckbox icon-check{if $AdminTools.closed_position!='left'}-empty{/if}"></span>
<input type="radio" name="closed_position" value="left"{if $AdminTools.closed_position=='left'} checked="checked"{/if}>
{'left'|translate}
</label>
<label>
<span class="graphicalCheckbox icon-check{if $AdminTools.closed_position!='right'}-empty{/if}"></span>
<input type="radio" name="closed_position" value="right"{if $AdminTools.closed_position=='right'} checked="checked"{/if}>
{'right'|translate}
</label>
</li>
</ul>
</fieldset>
<p class="formButtons"><input type="submit" name="save_config" value="{'Save Settings'|translate}"></p>
</form>
.graphicalCheckbox {
font-size:16px;
line-height:16px;
}
.graphicalCheckbox + input {
display:none;
}
{/html_style}
{footer_script}
jQuery('#ato-config input[type=checkbox]').change(function() {
jQuery(this).prev().toggleClass('icon-check icon-check-empty');
});
jQuery('#ato-config input[type=radio]').change(function() {
jQuery('#ato-config input[type=radio][name='+ $(this).attr('name') +']').prev().toggleClass('icon-check icon-check-empty');
});
{/footer_script}
<div class="titrePage">
<h2>Admin Tools</h2>
</div>
<form method="post" action="" class="properties" id="ato-config">
<fieldset>
<legend>{'Configuration'|translate}</legend>
<ul>
<li>
<label>
<span class="graphicalCheckbox icon-check{if not $AdminTools.default_open}-empty{/if}"></span>
<input type="checkbox" name="default_open"{if $AdminTools.default_open} checked="checked"{/if}>
<b>{'Open toolbar by default'|translate}</b>
</label>
</li>
<li>
<label>
<span class="graphicalCheckbox icon-check{if not $AdminTools.public_quick_edit}-empty{/if}"></span>
<input type="checkbox" name="public_quick_edit"{if $AdminTools.public_quick_edit} checked="checked"{/if}>
<b>{'Give access to quick edit to photo owners even if they are not admin'|translate}</b>
</label>
</li>
<li>
<b>{'Closed icon position'|translate} :</b>
<label>
<span class="graphicalCheckbox icon-check{if $AdminTools.closed_position!='left'}-empty{/if}"></span>
<input type="radio" name="closed_position" value="left"{if $AdminTools.closed_position=='left'} checked="checked"{/if}>
{'left'|translate}
</label>
<label>
<span class="graphicalCheckbox icon-check{if $AdminTools.closed_position!='right'}-empty{/if}"></span>
<input type="radio" name="closed_position" value="right"{if $AdminTools.closed_position=='right'} checked="checked"{/if}>
{'right'|translate}
</label>
</li>
</ul>
</fieldset>
<p class="formButtons"><input type="submit" name="save_config" value="{'Save Settings'|translate}"></p>
</form>