Revision: 1558
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1558&view=rev
Author:   cimorrison
Date:     2010-10-26 15:39:05 +0000 (Tue, 26 Oct 2010)

Log Message:
-----------
Layout and text tweaks

Modified Paths:
--------------
    mrbs/branches/provisional_bookings_new_style/web/edit_area_room.php
    mrbs/branches/provisional_bookings_new_style/web/lang.en

Modified: mrbs/branches/provisional_bookings_new_style/web/edit_area_room.php
===================================================================
--- mrbs/branches/provisional_bookings_new_style/web/edit_area_room.php 
2010-10-26 14:37:18 UTC (rev 1557)
+++ mrbs/branches/provisional_bookings_new_style/web/edit_area_room.php 
2010-10-26 15:39:05 UTC (rev 1558)
@@ -958,20 +958,16 @@
           <?php echo get_vocab("default_settings_conf")?>:
         </label>
         <div class="group">
-          <div>
-            <label>
-              <?php $checked = ($confirmed_default) ? " checked=\"checked\"" : 
"" ?>
-              <input class="radio" type="radio" name="area_confirmed_default" 
value="1"<?php echo $checked ?>>
-              <?php echo get_vocab("default_confirmed")?>
-            </label>
-          </div>
-          <div>
-            <label>
-              <?php $checked = ($confirmed_default) ? "" : " 
checked=\"checked\"" ?>
-              <input class="radio" type="radio" name="area_confirmed_default" 
value="0"<?php echo $checked ?>>
-              <?php echo get_vocab("default_tentative")?>
-            </label>
-          </div>
+          <label>
+            <?php $checked = ($confirmed_default) ? " checked=\"checked\"" : 
"" ?>
+            <input class="radio" type="radio" name="area_confirmed_default" 
value="1"<?php echo $checked ?>>
+            <?php echo get_vocab("default_confirmed")?>
+          </label>
+          <label>
+            <?php $checked = ($confirmed_default) ? "" : " 
checked=\"checked\"" ?>
+            <input class="radio" type="radio" name="area_confirmed_default" 
value="0"<?php echo $checked ?>>
+            <?php echo get_vocab("default_tentative")?>
+          </label>
         </div>
       </fieldset>
       

Modified: mrbs/branches/provisional_bookings_new_style/web/lang.en
===================================================================
--- mrbs/branches/provisional_bookings_new_style/web/lang.en    2010-10-26 
14:37:18 UTC (rev 1557)
+++ mrbs/branches/provisional_bookings_new_style/web/lang.en    2010-10-26 
15:39:05 UTC (rev 1558)
@@ -329,7 +329,7 @@
 $vocab["time_settings"]           = "Slot times";
 $vocab["confirmation_settings"]   = "Confirmation settings";
 $vocab["allow_confirmation"]      = "Allow tentative bookings";
-$vocab["default_settings_conf"]   = "Default settings";
+$vocab["default_settings_conf"]   = "Default setting";
 $vocab["default_confirmed"]       = "Confirmed";
 $vocab["default_tentative"]       = "Tentative";
 $vocab["approval_settings"]       = "Approval settings";


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to