|
From: MW <jo...@us...> - 2008-02-11 11:07:10
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9242/templates/prosilver/admin Modified Files: mx_modulecp_admin_body.html Log Message: adjusted internal positions and proportions in panel block where labels overwrote yes/no checkboxes. In consulation with Culprit Index: mx_modulecp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_modulecp_admin_body.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_modulecp_admin_body.html 8 Jan 2008 18:01:21 -0000 1.2 --- mx_modulecp_admin_body.html 11 Feb 2008 11:07:04 -0000 1.3 *************** *** 248,260 **** <div class="inner"> <form action="{S_ACTION}" method="post" name="jumpbox"> ! <div style="float:left;width:40%;"> <fieldset> <legend>{L_INCLUDE_BLOCK}</legend> ! <div style="float:right;margin-left:10px;width:20%;text-align:right;"><br /> <input type="submit" value="{S_SUBMIT}" class="button2" /> </div> ! <div style="clear:left;width:79%;float:left;white-space:nowrap;"> <dl> ! <dt style="width:60%;"><label for="include_block_quickedit_1">{L_INCLUDE_BLOCK_QUICKEDIT}</label></dt> <dd style="border:none;padding-right:0px;"> <input type="radio" name="include_block_quickedit" id="include_block_quickedit_1" value="1" class="radio" {S_INCLUDE_BLOCK_QUICKEDIT_YES} /> <label for="include_block_quickedit_1">{L_YES}</label> --- 248,260 ---- <div class="inner"> <form action="{S_ACTION}" method="post" name="jumpbox"> ! <div style="float:left;width:45%;"> <fieldset> <legend>{L_INCLUDE_BLOCK}</legend> ! <div style="float:right;margin-left:10px;margin-top:-15px;padding-bottom:15px;width:20%;text-align:right;"><br /> <input type="submit" value="{S_SUBMIT}" class="button2" /> </div> ! <div style="clear:left;width:95%;float:left;white-space:nowrap;"> <dl> ! <dt style="width:75%;"><label for="include_block_quickedit_1">{L_INCLUDE_BLOCK_QUICKEDIT}</label></dt> <dd style="border:none;padding-right:0px;"> <input type="radio" name="include_block_quickedit" id="include_block_quickedit_1" value="1" class="radio" {S_INCLUDE_BLOCK_QUICKEDIT_YES} /> <label for="include_block_quickedit_1">{L_YES}</label> *************** *** 263,267 **** </dl> <dl> ! <dt style="width:60%"><label for="include_block_private_1">{L_INCLUDE_BLOCK_PRIVATE}</label></dt> <dd style="border:none;padding-right:0px;"> <input type="radio" name="include_block_private" id="include_block_private_1" value="1" class="radio" {S_INCLUDE_BLOCK_PRIVATE_YES} /> <label for="include_block_private_1">{L_YES}</label> --- 263,267 ---- </dl> <dl> ! <dt style="width:75%"><label for="include_block_private_1">{L_INCLUDE_BLOCK_PRIVATE}</label></dt> <dd style="border:none;padding-right:0px;"> <input type="radio" name="include_block_private" id="include_block_private_1" value="1" class="radio" {S_INCLUDE_BLOCK_PRIVATE_YES} /> <label for="include_block_private_1">{L_YES}</label> |