diff options
author | patdenice <patdenice@piwigo.org> | 2008-09-25 20:31:42 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-09-25 20:31:42 +0000 |
commit | 9ebc3be5bd594781cec6a4322103fb5af92d311c (patch) | |
tree | 0ae4c2fdeaad8aceb9824473d16b7fef220ffac5 /admin/template/goto | |
parent | 0c0ce66e82aa02f774bb05adace7e7d9af48cf34 (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')
-rw-r--r-- | admin/template/goto/plugins_new.tpl | 2 | ||||
-rw-r--r-- | admin/template/goto/plugins_update.tpl | 2 |
2 files changed, 2 insertions, 2 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: '|' }); }); diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index 4d9742651..fbfe04afb 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -5,7 +5,7 @@ <script type="text/javascript"> jQuery().ready(function(){ldelim} jQuery('.cluetip').cluetip({ldelim} - width: 450, + width: 300, splitTitle: '|' }); }); |