Title: [opsview] [5312] Merge description and url into same field on modules list page
Revision
5312
Author
tvoon
Date
2010-11-04 23:02:00 +0000 (Thu, 04 Nov 2010)

Log Message

Merge description and url into same field on modules list page

Modified Paths


Modified: trunk/opsview-web/root/admin/module/list_functions
===================================================================
--- trunk/opsview-web/root/admin/module/list_functions	2010-11-04 22:58:52 UTC (rev 5311)
+++ trunk/opsview-web/root/admin/module/list_functions	2010-11-04 23:02:00 UTC (rev 5312)
@@ -6,7 +6,6 @@
 <th width="20">&nbsp;</th>
 <th width="140">[% c.loc("ui.admin.module.table.title.module") | html %]</th>
 <th width="40">[% c.loc("ui.admin.module.table.title.enabled") | html %]</th>
-<th>[% c.loc("ui.admin.module.table.title.url") | html %]</th>
 <th>[% c.loc("ui.admin.module.table.title.description") | html %]</th>
 [% END;
 
@@ -21,8 +20,7 @@
   IF object.enabled; c.loc("ui.message.yes") | html; ELSE; c.loc("ui.message.no") | html; END;
   "</td>";
 
-  %]<td><a href="" object.url | html %]">[% object.url | html %]</a></td>[%
-  "<td>"; object.description | html; "</td>";
+  %]<td>[% object.description | html %]<br/>&nbsp;<a href="" object.url | html %]">[% object.url | html %]</a></td>[%
 
 END;
 

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to