- Timestamp:
- 05/02/08 16:47:16 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/media/PyLucid/internal_page/plugin_admin/administation_menu.html
r1532 r1551 50 50 <a class="author" href="{{ plugin.url }}" title="{{ plugin.author }}"></a> 51 51 </td> 52 <td class="version">{{ plugin. version}}</td>52 <td class="version">{{ plugin.get_version_string }}</td> 53 53 <td> 54 54 {% if plugin.builtin %} … … 91 91 <a class="author" href="{{ plugin.url }}" title="{{ plugin.author }}">{{ plugin.author }}</a> 92 92 </td> 93 <td class="version">{{ plugin. version}}</td>93 <td class="version">{{ plugin.get_version_string }}</td> 94 94 <td> 95 95 {% if not plugin.can_deinstall %} … … 116 116 <h4>Info:</h4> 117 117 <ul> 118 <li><strong>install</strong> - register a plugin/Plugin in the Database</li>119 <li><strong>deinstall</strong> - All tables, stylesheets and internal pages where delete in the DB.</li>120 <li><strong>activate</strong> - enable the plugin /Plugin for the CMS</li>121 <li><strong>deactivate</strong> - disable the plugin /Plugin</li>118 <li><strong>install</strong> - register a plugin/Plugin in the database</li> 119 <li><strong>deinstall</strong> - Complete remove the plugin from the database (incl. preferences)</li> 120 <li><strong>activate</strong> - enable the plugin (set active flag)</li> 121 <li><strong>deactivate</strong> - disable the plugin</li> 122 122 </ul>