add icons to Save/Cancel buttons in sourceview
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@402 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
BIN
editor/images/cancel.png
Normal file
BIN
editor/images/cancel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -266,8 +266,8 @@
|
||||
<div id="svg_source_overlay"></div>
|
||||
<div id="svg_source_container">
|
||||
<div id="tool_source_back" class="toolbar_button">
|
||||
<button id="tool_source_save">Save</button>
|
||||
<button id="tool_source_cancel">Cancel</button>
|
||||
<button id="tool_source_save"><img src="images/save.png" alt="save" /> Save</button>
|
||||
<button id="tool_source_cancel"><img src="images/cancel.png" alt="cancel" />Cancel</button>
|
||||
</div>
|
||||
<form>
|
||||
<textarea id="svg_source_textarea"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user