57509dc8b741 — Bill Welliver 2 years ago
remove some uneeded code
1 files changed, 4 insertions(+), 8 deletions(-)

M templates/plugin/list.phtml
M templates/plugin/list.phtml +4 -8
@@ 1,19 1,15 @@ 
-<%LOCALE id="166" string="pluginlist"%></title>
-  <%@include file="adminheader.phtml" %>
-  <%@include file="adminpagebegin.phtml" %>
-<div class="flash-message"><%flash %></div>
-          <h3><%LOCALE id="167" string="Plugin List"%></h3>
+          <h3>Plugin List</h3>
         
         <table>
-            <tr><td><b><%LOCALE id="168" string="Plugin Name"%></b></td><td><b><%LOCALE id="169" string="Enabled"%></b></td><td> &nbsp; </td></tr>
+            <tr><td><b>Plugin Name</b></td><td><b><%LOCALE id="169" string="Enabled"%></b></td><td> &nbsp; </td></tr>
           <% foreach var="$plugins" val="plugin"%>
         <tr>
             <td><%$plugin.name%></td>
             <td><a href="toggle_enabled?plugin=<%$plugin.name%>"><%boolean var="$plugin.enabled"%></a></td>
-			<td><a href="/prefs/list?startswith=plugin.<%$plugin.name%>"><%LOCALE id="170" string="Prefs"%> &gt;&gt;</a></td>
+			<td><a href="/prefs/list?startswith=plugin.<%$plugin.name%>">Prefs &gt;&gt;</a></td>
         </tr>
         <tr>
             <td colspan="3"><i><%$plugin.description%></i> &nbsp; </td>
         </tr>
           <% end %>
-        </table>
  No newline at end of file
+        </table>