Revision: 2662
          https://sourceforge.net/p/mrbs/code/2662/
Author:   cimorrison
Date:     2013-01-26 15:17:52 +0000 (Sat, 26 Jan 2013)
Log Message:
-----------
Reverted some code not yet ready to be committed

Modified Paths:
--------------
    mrbs/branches/linked_bookings/web/view_entry.php

Modified: mrbs/branches/linked_bookings/web/view_entry.php
===================================================================
--- mrbs/branches/linked_bookings/web/view_entry.php    2013-01-26 15:14:20 UTC 
(rev 2661)
+++ mrbs/branches/linked_bookings/web/view_entry.php    2013-01-26 15:17:52 UTC 
(rev 2662)
@@ -391,50 +391,6 @@
 </table>
 
 
-
-<?php
-$n_rows = 4;
-$n_cols = 7;
-echo "<table id=\"view_map\">\n";
-for ($i=0; $i<$n_rows; $i++)
-{
-  echo "<tr>";
-  for ($j=0; $j<$n_cols; $j++)
-  {
-    echo "<td>&bull;</td>\n";
-  }
-  if ($i==0)
-  {
-    echo "<td>";
-    $params = array('name'    => 'this_room',
-                    'options' => array('1' => get_vocab('this_room_only')));
-    generate_radio($params);
-    echo "</td>\n";
-  }
-  elseif ($i==1)
-  {
-    echo "<td rowspan=\"" . ($n_rows - 1) . "\">";
-    $params = array('name'    => 'this_room',
-                    'options' => array('0' => get_vocab('all_linked_rooms')));
-    generate_radio($params);
-    echo "</td>\n";
-  }
-  echo "</tr>\n";
-}
-echo "</table>\n";
-
-$options = array(0 => 'edit$$',
-                 1 => 'delete$$',
-                 2 => 'copy$$',
-                 3 => 'export$$');
-$params = array('name'    => 'action',
-                'label'   => '',
-                'options' => $options);
-generate_radio_group($params);
-?>
-
-
-
 <div id="view_entry_nav">
   <?php
   // Only show the links for Edit and Delete if the room is enabled.    We're
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to