Revision: 1445
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1445&view=rev
Author:   cimorrison
Date:     2010-09-05 13:33:36 +0000 (Sun, 05 Sep 2010)

Log Message:
-----------
Moved the Custom HTML section into the General Settings fieldset.

Modified Paths:
--------------
    mrbs/trunk/web/edit_area_room.php

Modified: mrbs/trunk/web/edit_area_room.php
===================================================================
--- mrbs/trunk/web/edit_area_room.php   2010-09-05 12:38:28 UTC (rev 1444)
+++ mrbs/trunk/web/edit_area_room.php   2010-09-05 13:33:36 UTC (rev 1445)
@@ -639,9 +639,8 @@
         <label for="area_admin_email"><?php echo get_vocab("area_admin_email") 
?>:</label>
         <input type="text" id="area_admin_email" name="area_admin_email" 
maxlength="75" value="<?php echo htmlspecialchars($row["area_admin_email"]); 
?>">
         </div>
-      </fieldset>
       
-      <?php
+        <?php
         // The custom HTML
         echo "<div>\n";
         echo "<label for=\"area_custom_html\" title=\"" . 
get_vocab("custom_html_note") . "\">" . get_vocab("custom_html") . 
":</label>\n";
@@ -649,6 +648,8 @@
         echo htmlspecialchars($row['custom_html']);
         echo "</textarea>\n";
         echo "</div>\n";
+      
+      echo "</fieldset>\n";
     
       if (!$enable_periods)
       {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to