Revision: 46048
Author:   tparscal
Date:     2009-01-22 23:44:14 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
Fixed some UI bugs in asset deployment.

Modified Paths:
--------------
    trunk/extensions/DataCenter/Views/Assets.php

Modified: trunk/extensions/DataCenter/Views/Assets.php
===================================================================
--- trunk/extensions/DataCenter/Views/Assets.php        2009-01-22 23:41:23 UTC 
(rev 46047)
+++ trunk/extensions/DataCenter/Views/Assets.php        2009-01-22 23:44:14 UTC 
(rev 46048)
@@ -20,7 +20,6 @@
                                        'manufacturer',
                                        'model' => array( 'field' => 'name' ),
                                        'units',
-                                       'note',
                                ),
                        ),
                ),
@@ -35,7 +34,6 @@
                                        'units',
                                        'depth',
                                        'power',
-                                       'note',
                                ),
                        ),
                ),
@@ -329,7 +327,10 @@
                                ),
                                'row' => $asset,
                                'fields' => array(
-                                       'tense' => array( 'type' => 'tense' ),
+                                       'tense' => array(
+                                               'type' => 'tense',
+                                               'disable' => !$path['id'] ? 
array( 'past' ) : array(),
+                                       ),
                                        'location' => array(
                                                'type' => 'list',
                                                'rows' => $locations,



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to