Author: jfthomps
Date: Wed Oct 29 17:51:54 2014
New Revision: 1635226
URL: http://svn.apache.org/r1635226
Log:
VCL-776 - rework resource code to have a base class for all resources and
inheriting classes for each resource type
computer.php: added extraSelectAdminOptions: used to add a note the Computer
Utilities has been incorporated into Edit Computer Profiles
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=1635226&r1=1635225&r2=1635226&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/computer.php (original)
+++ vcl/trunk/web/.ht-inc/computer.php Wed Oct 29 17:51:54 2014
@@ -165,6 +165,22 @@ class Computer extends Resource {
/////////////////////////////////////////////////////////////////////////////
///
+ /// \fn extraSelectAdminOptions()
+ ///
+ /// \return html
+ ///
+ /// \brief generates HTML for option to create/update an image
+ ///
+
/////////////////////////////////////////////////////////////////////////////
+ function extraSelectAdminOptions() {
+ $h = '';
+ $h .= "<br>(Computer Utilities are now incorporated into Edit
Computer ";
+ $h .= "Profiles)<br>\n";
+ return $h;
+ }
+
+
/////////////////////////////////////////////////////////////////////////////
+ ///
/// \fn extraResourceFilters()
///
/// \return html