Changes between Version 10 and Version 11 of Development/Plugins/WebUi/Examples
- Timestamp:
- 09/19/2008 08:57:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Plugins/WebUi/Examples
v10 v11 130 130 $def with (df_result) 131 131 132 $:render.header(_(" Df"), 'df -h')133 $:render.admin_toolbar(' Df')132 $:render.header(_("df -h"), 'df') 133 $:render.admin_toolbar('df') 134 134 <div class="panel"> 135 135 <pre> … … 144 144 * all webui unregister_* methods will be renamed to deregister_* 145 145 * basic outline of developing a webui plugin is explained, todo: add some words to make the text flow. 146 * the example contains a bug regarding the "bolding" of the title when the "df -m" menu item is selected, the example will be fixed.147 148 149