1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

Plugin Manager minor fixes.

This commit is contained in:
CaMer0n
2009-07-07 02:43:14 +00:00
parent 20277960c2
commit 38198ae775
2 changed files with 29 additions and 19 deletions

View File

@@ -9,8 +9,8 @@
* Form Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
* $Revision: 1.27 $
* $Date: 2009-07-04 13:36:15 $
* $Revision: 1.28 $
* $Date: 2009-07-07 02:43:14 $
* $Author: e107coders $
*
*/
@@ -576,7 +576,7 @@ class e_form
{
$text .= "<div style='position:relative;float:right;'>
<a href='#".$id."' class='e-expandit' style='height:16px' title='Click to select columns to display'>
<img src='".e_IMAGE_ABS."admin_images/select_columns_16.png' alt='select columns' /></a>
<img class='middle' src='".e_IMAGE_ABS."admin_images/select_columns_16.png' alt='select columns' /></a>
<div id='".$id."' class='e-hideme col-selection'>\n";
unset($columnsArray['options']);