From: Henry S. <kel...@ph...> - 2009-08-14 09:07:21
|
Author: Kellanved Date: Fri Aug 14 10:06:34 2009 New Revision: 9974 Log: other icon Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html (original) --- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/quickreply_editor.html Fri Aug 14 10:06:34 2009 *************** *** 62,68 **** <input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" /> <input type="submit" accesskey="f" tabindex="6" name="full_editor" value="{L_FULL_EDITOR}" class="button2" /> </fieldset> ! <a href="" class="top" onclick="hide_qr(); return false;" title="{L_COLLAPSE_QR}">{L_COLLAPSE_QR}</a> </div> <span class="corners-bottom"><span></span></span></div> </div> --- 62,68 ---- <input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" /> <input type="submit" accesskey="f" tabindex="6" name="full_editor" value="{L_FULL_EDITOR}" class="button2" /> </fieldset> ! <a href="" class="right-box up" onclick="hide_qr(); return false;" title="{L_COLLAPSE_QR}">{L_COLLAPSE_QR}</a> </div> <span class="corners-bottom"><span></span></span></div> </div> |