From: <var...@us...> - 2015-04-10 13:09:14
|
Revision: 9650 http://sourceforge.net/p/phpwiki/code/9650 Author: vargenau Date: 2015-04-10 13:09:11 +0000 (Fri, 10 Apr 2015) Log Message: ----------- Remove unused icon ed_redo.png Modified Paths: -------------- trunk/lib/EditToolbar.php Removed Paths: ------------- trunk/themes/default/images/ed_redo.png Modified: trunk/lib/EditToolbar.php =================================================================== --- trunk/lib/EditToolbar.php 2015-04-10 13:07:49 UTC (rev 9649) +++ trunk/lib/EditToolbar.php 2015-04-10 13:09:11 UTC (rev 9650) @@ -252,7 +252,6 @@ if (defined('JS_SEARCHREPLACE') and JS_SEARCHREPLACE) { $undo_d_btn = $WikiTheme->getImageURL("ed_undo_d.png"); - //$redo_btn = $WikiTheme->getImageURL("ed_redo.png"); $sr_btn = $WikiTheme->getImageURL("ed_replace.png"); //TODO: generalize the UNDO button and fix it for Search & Replace $sr_html = HTML(HTML::img @@ -261,8 +260,6 @@ 'src' => $undo_d_btn, 'title' => _("Undo Search & Replace"), 'alt' => _("Undo Search & Replace"), - //'disabled'=>"disabled", //non-XHTML conform - //'onfocus' =>"if(this.blur && undo_buffer_index==0) this.blur()", 'onclick' => "do_undo()")), HTML::img (array('class' => "toolbar", Deleted: trunk/themes/default/images/ed_redo.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |