From dbee889fa6a56fc41e1541606cd434a07f717760 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 17 Sep 2009 14:51:21 +0000 Subject: [PATCH] finished markup for the form. WDN form styles applied. --- plugins/browse/index.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/plugins/browse/index.php b/plugins/browse/index.php index 1e706ddd..dbd37c9f 100755 --- a/plugins/browse/index.php +++ b/plugins/browse/index.php @@ -364,20 +364,24 @@ foreach($allusers as $userall) { - $area1 .= "</select></div></li></ol></fieldset>"; + $area1 .= "</select></div></li>"; - $area1 .="<tr><br><td><h6>".elgg_echo("browse:photos")."</h6></td></tr>"; + $area1 .="<li><fieldset><legend>".elgg_echo("browse:showonlyusers")."</legend> + <div class=\"element\"><ol>"; if($photofilter == 1){ - $area1 .= "<tr><td><input id=\"\" type=\"checkbox\" name=\"photofilter\" CHECKED value=\"1\"; /></td> - <td class=\"browseCheckboxCopy\">".elgg_echo("browse:showonlyusers")."</td></tr>"; + $area1 .= "<li><input id=\"iconFilterYes\" type=\"checkbox\" name=\"photofilter\" checked=\"checked\" value=\"1\"; /> + <label for=\"iconFilterYes\">Yes</label></li>"; }else{ - $area1 .= "<tr><td><input id=\"\" type=\"checkbox\" name=\"photofilter\" value=\"1\"; /></td> - <td class=\"browseCheckboxCopy\">".elgg_echo("browse:showonlyusers")."</td></tr>"; + $area1 .= "<li><input id=\"iconFilterYes\" type=\"checkbox\" name=\"photofilter\" value=\"1\"; /> + <label for=\"iconFilterYes\">Yes</label></li>"; } - $area1 .= " </table>"; + $area1 .= " </ol></div></fieldset></li>"; - $area1 .= "<input type=\"submit\" name=\"\" value=\"Update\" id=\"\" class=\"BrowseButton\" style=\"font-size:8pt;font-weight:bold;\" /> </div>"; + $area1 .= "</ol></fieldset> + <p class=\"submit\"> + <input type=\"submit\" name=\"\" value=\"Browse\" id=\"\" class=\"BrowseButton\" /> + </p>"; $area1 .= "</form>"; -- GitLab