From: Meik S. <acy...@ph...> - 2009-09-16 14:31:22
|
Author: acydburn Date: Wed Sep 16 15:30:36 2009 New Revision: 10153 Log: fix some XHTML issues in admin style - Bug #51405 the acp_logs one is quite nasty, i know - but at least it does not require a new css class Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_database.html branches/phpBB-3_0_0/phpBB/adm/style/acp_inactive.html branches/phpBB-3_0_0/phpBB/adm/style/acp_logs.html branches/phpBB-3_0_0/phpBB/adm/style/acp_main.html branches/phpBB-3_0_0/phpBB/adm/style/acp_styles.html Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_database.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/acp_database.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/acp_database.html Wed Sep 16 15:30:36 2009 *************** *** 71,78 **** <dl> <dt><label for="where">{L_ACTION}:</label></dt> <dd> ! <label><input type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label> ! <label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label></dd> </dl> <dl> <dt><label for="table">{L_TABLE_SELECT}:</label></dt> --- 71,79 ---- <dl> <dt><label for="where">{L_ACTION}:</label></dt> <dd> ! <label><input id="where" type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label> ! <label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label> ! </dd> </dl> <dl> <dt><label for="table">{L_TABLE_SELECT}:</label></dt> Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_inactive.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/acp_inactive.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/acp_inactive.html Wed Sep 16 15:30:36 2009 *************** *** 41,46 **** --- 41,47 ---- <td style="vertical-align: top;"> {inactive.REASON} <!-- IF inactive.REMINDED --><br />{inactive.REMINDED_EXPLAIN}<!-- ENDIF --> + </td> <td> <input type="checkbox" class="radio" name="mark[]" value="{inactive.USER_ID}" /> </td> </tr> <!-- BEGINELSE --> *************** *** 67,73 **** <fieldset class="quick"> <select name="action">{S_INACTIVE_OPTIONS}</select> <input class="button2" type="submit" name="submit" value="{L_SUBMIT}" /> ! <p class="small"><a href="#" onclick="marklist('inactive', 'mark', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('inactive', 'mark', false); return false;">{L_UNMARK_ALL}</a></p> {S_FORM_TOKEN} </fieldset> --- 68,74 ---- <fieldset class="quick"> <select name="action">{S_INACTIVE_OPTIONS}</select> <input class="button2" type="submit" name="submit" value="{L_SUBMIT}" /> ! <p class="small"><a href="#" onclick="marklist('inactive', 'mark', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('inactive', 'mark', false); return false;">{L_UNMARK_ALL}</a></p> {S_FORM_TOKEN} </fieldset> Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_logs.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/acp_logs.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/acp_logs.html Wed Sep 16 15:30:36 2009 *************** *** 14,24 **** <!-- IF PAGINATION --> <div class="pagination" style="float: right; margin: 15px 0 2px 0"> ! <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> </div> <!-- ENDIF --> ! <div class="clearfix"> </div><br style="clear: both;" /> <!-- IF .log --> <table cellspacing="1"> --- 14,25 ---- <!-- IF PAGINATION --> <div class="pagination" style="float: right; margin: 15px 0 2px 0"> ! <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> </div> <!-- ENDIF --> ! <div class="clearfix"> </div> ! <div><br style="clear: both;" /></div> <!-- IF .log --> <table cellspacing="1"> Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_main.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/acp_main.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/acp_main.html Wed Sep 16 15:30:36 2009 *************** *** 232,237 **** --- 232,238 ---- <td style="vertical-align: top;"> {inactive.REASON} <!-- IF inactive.REMINDED --><br />{inactive.REMINDED_EXPLAIN}<!-- ENDIF --> + </td> </tr> <!-- BEGINELSE --> <tr> Modified: branches/phpBB-3_0_0/phpBB/adm/style/acp_styles.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/acp_styles.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/acp_styles.html Wed Sep 16 15:30:36 2009 *************** *** 20,26 **** </dl> <dl> <dt><label for="new_id">{L_REPLACE}:</label><br /><span>{L_REPLACE_EXPLAIN}</span></dt> ! <dd><select name="new_id">{S_REPLACE_OPTIONS}</select></dd> </dl> <p class="quick"> --- 20,26 ---- </dl> <dl> <dt><label for="new_id">{L_REPLACE}:</label><br /><span>{L_REPLACE_EXPLAIN}</span></dt> ! <dd><select id="new_id" name="new_id">{S_REPLACE_OPTIONS}</select></dd> </dl> <p class="quick"> *************** *** 135,145 **** <div id="img_dimensions"> <dl> <dt><label for="imgwidth">{L_IMAGE_WIDTH}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt> ! <dd><input type="text" name="imgwidth" value="{IMAGE_SIZE}" /></dd> </dl> <dl> <dt><label for="imgheight">{L_IMAGE_HEIGHT}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt> ! <dd><input type="text" name="imgheight" value="{IMAGE_HEIGHT}" /></dd> </dl> </div> </fieldset> --- 135,145 ---- <div id="img_dimensions"> <dl> <dt><label for="imgwidth">{L_IMAGE_WIDTH}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt> ! <dd><input id="imgwidth" type="text" name="imgwidth" value="{IMAGE_SIZE}" /></dd> </dl> <dl> <dt><label for="imgheight">{L_IMAGE_HEIGHT}:</label><br /><span>{L_AUTOMATIC_EXPLAIN}</span></dt> ! <dd><input id="imgheight" type="text" name="imgheight" value="{IMAGE_HEIGHT}" /></dd> </dl> </div> </fieldset> *************** *** 266,272 **** <p>{L_TEMPLATE_CACHE_EXPLAIN}</p> ! <form name="acp_styles" method="post" action="{U_ACTION}"> <fieldset class="tabulated"> <legend>{L_TEMPLATE_CACHE}</legend> --- 266,272 ---- <p>{L_TEMPLATE_CACHE_EXPLAIN}</p> ! <form id="acp_styles" method="post" action="{U_ACTION}"> <fieldset class="tabulated"> <legend>{L_TEMPLATE_CACHE}</legend> |