[HIG] Added a little heading and intro message to the top of the plugin manager
authorDan
Sat, 12 Apr 2008 09:51:35 -0400
changeset 531 510160f15a69
parent 530 8d3c49b8dc79
child 532 03429d7b1537
[HIG] Added a little heading and intro message to the top of the plugin manager
language/english/admin.json
plugins/admin/PluginManager.php
--- a/language/english/admin.json	Sat Apr 12 09:50:49 2008 -0400
+++ b/language/english/admin.json	Sat Apr 12 09:51:35 2008 -0400
@@ -382,6 +382,9 @@
       msg_demo_mode: 'Hmm, enabling executables, are we? Tsk tsk. I\'d love to know what\'s in that EXE file you want to upload. OK, maybe you didn\'t enable EXEs. But nevertheless, changing allowed filetypes is disabled in the demo.',
     },
     acppl: {
+      heading_main: 'Plugin management',
+      intro: 'This interface allows you to control what plugins are in use on this site. Everything you do on this page will be shown in the security logs. Some plugins don\'t fully support the newer features like installation, upgrading and uninstalls. Installing these plugins will still work, but sometimes authors include setup instructions in the plugin file. You should check the file for further setup instructions once the plugin is installed.',
+      
       lbl_plugin_name: '<b>%plugin%</b> by %author%',
       lbl_status_installed: 'Installed',
       lbl_status_uninstalled: 'Not installed',
--- a/plugins/admin/PluginManager.php	Sat Apr 12 09:50:49 2008 -0400
+++ b/plugins/admin/PluginManager.php	Sat Apr 12 09:51:35 2008 -0400
@@ -313,6 +313,8 @@
   //
   
   // start printing things out
+  echo '<h3>' . $lang->get('acppl_heading_main') . '</h3>';
+  echo '<p>' . $lang->get('acppl_intro') . '</p>';
   ?>
   <div class="tblholder">
     <table border="0" cellspacing="1" cellpadding="5">