From: <var...@us...> - 2014-10-14 16:44:46
|
Revision: 9261 http://sourceforge.net/p/phpwiki/code/9261 Author: vargenau Date: 2014-10-14 16:44:38 +0000 (Tue, 14 Oct 2014) Log Message: ----------- Remove border Modified Paths: -------------- trunk/themes/Sidebar/templates/navbar.tmpl Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2014-10-14 16:28:30 UTC (rev 9260) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2014-10-14 16:44:38 UTC (rev 9261) @@ -56,7 +56,7 @@ // Do not display the pdf icon $btn = new Button(_("Display as Pdf"), WikiURL($page->getName(), array('action' => 'pdf')), 'wikiaction'); ?> - <li><?php echo $btn ?> <?php echo WikiLink("Help/Display as Pdf","",HTML::img(array('src'=>$WikiTheme->_findData('images/mini_help.png'),'border'=>0,'width'=>12,'height'=>13,'alt'=>'pdf-help','title'=>"How to generate multi-page PDFs"))) ?></li> + <li><?php echo $btn ?> <?php echo WikiLink("Help:PDF","",HTML::img(array('src'=>$WikiTheme->_findData('images/mini_help.png'),'width'=>12,'height'=>13,'alt'=>'PDF help','title'=>'PDF help'))) ?></li> <?php } ?> <li><?php echo WikiLink(_("AllPages")) ?></li> <?php if (!empty($user) && $user->isAdmin()) { ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |