aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/tag-properties.reel/tag-properties.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-30 15:34:16 -0700
committerValerio Virgillito2012-04-30 15:34:16 -0700
commitb8dc3c42715274e61b34dc3c65e023078123f2e2 (patch)
treee9fdd36e82326b1b87930410b89f8c8a10bd8510 /js/components/tools-properties/tag-properties.reel/tag-properties.html
parente46d154b7821741618bf999c9216761ea36ad003 (diff)
downloadninja-b8dc3c42715274e61b34dc3c65e023078123f2e2.tar.gz
fixing the menu and tool properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/tag-properties.reel/tag-properties.html')
-rwxr-xr-xjs/components/tools-properties/tag-properties.reel/tag-properties.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.html b/js/components/tools-properties/tag-properties.reel/tag-properties.html
index c80ba36e..bbac6724 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.html
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.html
@@ -35,26 +35,26 @@
35 </head> 35 </head>
36 36
37 <body> 37 <body>
38 <div id="tagProperties" class="subToolHolderPanel"> 38 <div data-montage-id="tagProperties" class="subToolHolderPanel">
39 <div id="tagToolContainer" class="tagRadioButtons"> 39 <div id="tagToolContainer" class="tagRadioButtons">
40 <input type="radio" id="divTool" class="tag-type" title="Div Element" name="TagRadios" checked/> 40 <input type="radio" data-montage-id="divTool" id="divTool" class="tag-type" title="Div Element" name="TagRadios" checked/>
41 <input type="radio" id="imageTool" class="tag-type" title="Image Element" name="TagRadios"/> 41 <input type="radio" data-montage-id="imageTool" id="imageTool" class="tag-type" title="Image Element" name="TagRadios"/>
42 <input type="radio" id="videoTool" class="tag-type" title="Video Element" name="TagRadios"/> 42 <input type="radio" data-montage-id="videoTool" id="videoTool" class="tag-type" title="Video Element" name="TagRadios"/>
43 <input type="radio" id="canvasTool" class="tag-type" title="Canvas Element" name="TagRadios"/> 43 <input type="radio" data-montage-id="canvasTool" id="canvasTool" class="tag-type" title="Canvas Element" name="TagRadios"/>
44 <input type="radio" id="customTool" class="tag-type" title="Custom Element" name="TagRadios"/> 44 <input type="radio" data-montage-id="customTool" id="customTool" class="tag-type" title="Custom Element" name="TagRadios"/>
45 45
46 <div class="nj-divider divider-vertical">&nbsp;</div> 46 <div class="nj-divider divider-vertical">&nbsp;</div>
47 47
48 <div id="classNameContainer" class="leftLabel"> 48 <div id="classNameContainer" class="leftLabel">
49 <label class="label"> Class: 49 <label class="label"> Class:
50 <input id="className" type="text" name="ClassNameTextBox" class="textBox nj-skinned"> 50 <input data-montage-id="className" type="text" name="ClassNameTextBox" class="textBox nj-skinned">
51 </label> 51 </label>
52 </div> 52 </div>
53 53
54 <div id="customContainer" class="leftLabel" style="padding-top: 3px;"> 54 <div id="customContainer" class="leftLabel" style="padding-top: 3px;">
55 <label class="label"> Tag Name:</label> 55 <label class="label"> Tag Name:</label>
56 56
57 <select id="customTagCB" class="nj-skinned"> 57 <select data-montage-id="customTagCB" class="nj-skinned">
58 <option>article</option> 58 <option>article</option>
59 <option>aside</option> 59 <option>aside</option>
60 <option>section</option> 60 <option>section</option>
@@ -66,7 +66,7 @@
66 <div id="positionContainer" class="leftLabel" style="padding-top: 3px;"> 66 <div id="positionContainer" class="leftLabel" style="padding-top: 3px;">
67 <label class="label"> Position:</label> 67 <label class="label"> Position:</label>
68 68
69 <select id="positionCB" class="nj-skinned"> 69 <select data-montage-id="positionCB" class="nj-skinned">
70 <option>Absolute</option> 70 <option>Absolute</option>
71 <option>Relative</option> 71 <option>Relative</option>
72 <option>Fixed</option> 72 <option>Fixed</option>