aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/plugins_new.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-09-25 20:31:42 +0000
committerpatdenice <patdenice@piwigo.org>2008-09-25 20:31:42 +0000
commit9ebc3be5bd594781cec6a4322103fb5af92d311c (patch)
tree0ae4c2fdeaad8aceb9824473d16b7fef220ffac5 /admin/template/goto/plugins_new.tpl
parent0c0ce66e82aa02f774bb05adace7e7d9af48cf34 (diff)
- Change tooltip width to 300px in new plugins list
- Remove Extended Description from trunk... it will be available in PEM. git-svn-id: http://piwigo.org/svn/trunk@2591 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/plugins_new.tpl')
-rw-r--r--admin/template/goto/plugins_new.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl
index 33515f30c..b1827190c 100644
--- a/admin/template/goto/plugins_new.tpl
+++ b/admin/template/goto/plugins_new.tpl
@@ -5,7 +5,7 @@
<script type="text/javascript">
jQuery().ready(function(){ldelim}
jQuery('.cluetip').cluetip({ldelim}
- width: 450,
+ width: 300,
splitTitle: '|'
});
});