Exemplo n.º 1
0
    ?>
"><img src="images/reset.png" alt="" /><strong><?php 
    echo gettext("Reset");
    ?>
</strong></button>
										</p>
									</td>
								</tr>
							</table>
						</form>
					</div>
					<!-- end of tab-general div -->
					<?php 
}
if ($subtab == 'gallery' && zp_loggedin(OPTIONS_RIGHTS)) {
    codeblocktabsJS();
    ?>
					<div id="tab_gallery" class="tabbox">
						<?php 
    zp_apply_filter('admin_note', 'options', $subtab);
    ?>
						<form class="dirty-check" id="form_options" action="?action=saveoptions" method="post" autocomplete="off">
							<?php 
    XSRFToken('saveoptions');
    ?>
							<input	type="hidden" name="savegalleryoptions" value="yes" />
							<input	type="hidden" name="password_enabled" id="password_enabled" value="0" />
							<table class="options">
								<tr>
									<td colspan="3">
										<p class="buttons">
Exemplo n.º 2
0
 function handleOption($option, $currentValue)
 {
     codeblocktabsJS();
     printCodeblockEdit($this, 0);
 }