Author: jfthomps
Date: Wed Oct  1 15:51:03 2014
New Revision: 1628745

URL: http://svn.apache.org/r1628745
Log:
VCL-776 - rework resource code to have a base class for all resources and 
inheriting classes for each resource type

computer.php: modified addEditDialogHTML: changed 'select' for scheduleid to 
'selectonly'

Modified:
    vcl/trunk/web/.ht-inc/computer.php

Modified: vcl/trunk/web/.ht-inc/computer.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/computer.php?rev=1628745&r1=1628744&r2=1628745&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/computer.php (original)
+++ vcl/trunk/web/.ht-inc/computer.php Wed Oct  1 15:51:03 2014
@@ -629,7 +629,7 @@ class Computer extends Resource {
                # schedule
                $tmp = getUserResources(array("scheduleAdmin"), 
array("manageGroup"));
                $schedules = $tmp["schedule"];
-               $h .= labeledFormItem('scheduleid', 'Schedule', 'select', 
$schedules);
+               $h .= labeledFormItem('scheduleid', 'Schedule', 'selectonly', 
$schedules);
 
                # current image
                $h .= "<div id=\"curimgspan\">\n";


Reply via email to