|
...
|
...
|
@@ -396,8 +396,8 @@ else if(isset($_POST['submit'])) {
|
|
396
|
396
|
</tr>
|
|
397
|
397
|
<tr>
|
|
398
|
398
|
<td colspan='2'><fieldset style='margin: 0 auto;'><legend>"._IMAGESIZE." <a href='#' class='pophelp'>[?]<span>"._HELP_IMAGESIZE."</span></a></legend>
|
|
399
|
|
- <label for='newimageheight'>"._MAXHEIGHT.":</label> <input type='text' class='textbox=' name='newimageheight' value='$imageheight' size='5'> <br />
|
|
400
|
|
- <label for='newimagewidth'>"._MAXWIDTH.":</label> <input type='text' class='textbox=' name='newimagewidth' value='$imagewidth' size='5'></fieldset></td>
|
|
|
399
|
+ <label for='newimageheight'>"._MAXHEIGHT.":</label> <span style='padding-left: 24.3%;'> <input type='text' class='textbox=' name='newimageheight' value='$imageheight' size='5'> <br />
|
|
|
400
|
+ <label for='newimagewidth'>"._MAXWIDTH.":</label> <span style='padding-left: 25.3%;'> <input type='text' class='textbox=' name='newimagewidth' value='$imagewidth' size='5'></fieldset></td>
|
|
401
|
401
|
</tr>
|
|
402
|
402
|
<tr>
|
|
403
|
403
|
<td><label for='newstore'>"._HOWSTORE.":</label></td><td><select name='newstore' onChange='if (this.disabled) this.selectedIndex=0' disabled>
|
|
...
|
...
|
@@ -410,8 +410,8 @@ else if(isset($_POST['submit'])) {
|
|
410
|
410
|
</tr>
|
|
411
|
411
|
<tr>
|
|
412
|
412
|
<td colspan='2'><fieldset style='margin: 0 auto;'><legend>"._MAXMINWORDS."<a href='#' class='pophelp'>[?]<span>"._HELP_MINMAXWORDS."</span></a></legend>
|
|
413
|
|
- <label for='newminwords'>"._MIN.":</label> <input type='text' class='textbox=' name='newminwords' value='$minwords' size='5'> <br />
|
|
414
|
|
- <label for='newmaxwords'>"._MAX.":</label> <input type='text' class='textbox=' name='newmaxwords' value='$maxwords' size='7'></fieldset></td></tr>";
|
|
|
413
|
+ <label for='newminwords'>"._MIN.":</label> <span style='padding-left: 38.5%;'> <input type='text' class='textbox=' name='newminwords' value='$minwords' size='5'> <br />
|
|
|
414
|
+ <label for='newmaxwords'>"._MAX.":</label> <span style='padding-left: 37.7%;'> <input type='text' class='textbox=' name='newmaxwords' value='$maxwords' size='7'></fieldset></td></tr>";
|
|
415
|
415
|
}
|
|
416
|
416
|
else if($sect == "sitesettings") {
|
|
417
|
417
|
$output .= "<div class='sectionheader'>"._SITESETTINGS."</div>
|