diff options
author | mistic100 <mistic@piwigo.org> | 2013-10-10 12:22:30 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-10-10 12:22:30 +0000 |
commit | d03bb10888c14f0122c1e2ddb5aa9ed290573b05 (patch) | |
tree | 259b57040bd74089689d04fcd208a495f995a07e /admin | |
parent | 18245703686f566b3e044a6ba1a643f0d43a4a7d (diff) |
remove tests from svn:23746
git-svn-id: http://piwigo.org/svn/trunk@24836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/intro.tpl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl index 9e2017554..1c423b395 100644 --- a/admin/themes/default/template/intro.tpl +++ b/admin/themes/default/template/intro.tpl @@ -30,13 +30,6 @@ jQuery().ready(function(){ jQuery(".warnings ul").append('<li>'+ext_need_update_msg+'</li>'); } }); - jQuery('.tips').cluetip({ - multiple: true, - width: 300, - splitTitle: '|', - positionBy: 'bottomTop', - attribute:'data-help' - }); }); {/literal} {/footer_script} @@ -53,8 +46,7 @@ jQuery().ready(function(){ {/if} </ul> </dd> -<a href="javascript:void(0)" class="externalLink tips" data-help="{'Piwigo Announcements Newsletter'|@translate}|{'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'|@translate|@htmlspecialchars|@nl2br}">TRIGGER</a> -<span data-help="TITLE|BLABLA">TEXT</span> + <dt>{'Environment'|@translate}</dt> <dd> <ul> |