Fixed bug in last revision where labels for imported images weren't showing
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1650 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -225,17 +225,6 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
|
||||
</div>
|
||||
|
||||
<div id="g_panel">
|
||||
<div class="tool_sep"></div>
|
||||
|
||||
<label id="group_title" title="Group identification label">
|
||||
<span>label:</span>
|
||||
<input id="g_title" data-attr="title" size="10" type="text"/>
|
||||
</label>
|
||||
|
||||
<div class="push_button" id="tool_ungroup" title="Ungroup Elements [G]"></div>
|
||||
</div>
|
||||
|
||||
<div id="rect_panel">
|
||||
<div class="toolset">
|
||||
<label id="rect_width_tool" title="Change rectangle width">
|
||||
@@ -361,14 +350,23 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
|
||||
<!-- formerly gsvg_panel -->
|
||||
<div id="container_panel">
|
||||
<div class="tool_sep"></div>
|
||||
|
||||
<!-- Add viewBox field here? -->
|
||||
|
||||
<label id="group_title" title="Group identification label">
|
||||
<span>label:</span>
|
||||
<input id="g_title" data-attr="title" size="10" type="text"/>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div id="use_panel">
|
||||
<div class="tool_sep"></div>
|
||||
|
||||
<div class="push_button" id="tool_unlink_use" title="Break link to reference element (make unique)"></div>
|
||||
</div>
|
||||
|
||||
<div id="g_panel">
|
||||
<div class="push_button" id="tool_ungroup" title="Ungroup Elements [G]"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="path_node_panel">
|
||||
|
||||
Reference in New Issue
Block a user