diff options
author | flop25 <flop25@piwigo.org> | 2013-07-02 19:59:34 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-07-02 19:59:34 +0000 |
commit | 46040738d8a4b09c3d45f99047a34a09a89d9233 (patch) | |
tree | e1673af87aad61ff42e6e780737d0f5814a81f2d /admin/themes/default/template/intro.tpl | |
parent | 251bbd5704ba25a0147b287103eb67f5e90e1734 (diff) |
bug:2808
add "Your Favorites" to the filters of the Batch Manager
git-svn-id: http://piwigo.org/svn/trunk@23746 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/intro.tpl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl index fc460c115..9e2017554 100644 --- a/admin/themes/default/template/intro.tpl +++ b/admin/themes/default/template/intro.tpl @@ -29,7 +29,14 @@ jQuery().ready(function(){ if (ext_update) 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} @@ -46,7 +53,8 @@ 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> |