Added ability to set title for image (issue 125). Also: use native base64 encoder if found when encoding
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@843 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -373,17 +373,20 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
<button id="tool_docprops_save">Save</button>
|
||||
<button id="tool_docprops_cancel">Cancel</button>
|
||||
|
||||
<label><span id="svginfo_title">Image title:</span> <input type="text" id="canvas_title" size="24"></label>
|
||||
|
||||
|
||||
<fieldset id="change_background">
|
||||
<legend id="svninfo_change_background">Canvas Background</legend>
|
||||
<legend id="svginfo_change_background">Canvas Background</legend>
|
||||
<div id="bkgnd_color" class="color_block" title="Change background color/opacity"></div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="change_resolution">
|
||||
<legend id="svninfo_dim">Canvas Dimensions</legend>
|
||||
<legend id="svginfo_dim">Canvas Dimensions</legend>
|
||||
|
||||
<label id="svginfo_width">Width: </label><input type="text" id="canvas_width" size="6">
|
||||
<label><span id="svginfo_width">Width:</span> <input type="text" id="canvas_width" size="6"></label>
|
||||
|
||||
<label id="svginfo_height">Height: </label><input type="text" id="canvas_height" size="6">
|
||||
<label><span id="svginfo_height">Height:</span> <input type="text" id="canvas_height" size="6"></label>
|
||||
|
||||
<label>
|
||||
<select id="resolution">
|
||||
|
||||
Reference in New Issue
Block a user