From 6b67b498b3b1eec82e7bb7f34261e2c390506616 Mon Sep 17 00:00:00 2001 From: Nivesh Rajbhandari Date: Mon, 30 Apr 2012 16:04:13 -0700 Subject: Updating id to data-montage-id (and associated CSS, if necessary) in some of our custom ui controls (such as hottest, slider, etc.), materials panels and three-d section of the PI. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> --- .../sections/three-d-view.reel/three-d-view.html | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html') diff --git a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html index b82124d0..5ef13fab 100755 --- a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html +++ b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.html @@ -259,43 +259,43 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot </script> </head> <body> -<section id="section" class="sectional"> - <section id="axisMode" class="fieldCol rotation"> +<section data-montage-id="section" class="sectional"> + <section data-montage-id="axisMode" class="fieldCol rotation"> <label>Axis:</label> <article class="fieldRow"> <div class="inputField"> - <div id="rdioLocal"></div> + <div data-montage-id="rdioLocal"></div> </div> </article> <article class="fieldRow"> <div class="inputField"> - <div id="rdioGlobal"></div> + <div data-montage-id="rdioGlobal"></div> </div> </article> </section> <hr /> <section class="fieldCol"> - <label id="lblthreeDX">X:</label> + <label data-montage-id="lblthreeDX">X:</label> <article class="fieldRow threeCol"> <div> <div class="inputField"> - <div id="threeDPosX"></div> + <div data-montage-id="threeDPosX"></div> </div> </div> <div> <div> - <label id="lblthreeDY">Y: </label> + <label data-montage-id="lblthreeDY">Y: </label> </div> <div class="inputField"> - <div id="threeDPosY"></div> + <div data-montage-id="threeDPosY"></div> </div> </div> <div> <div> - <label id="lblthreeDZ">Z: </label> + <label data-montage-id="lblthreeDZ">Z: </label> </div> <div class="inputField"> - <div id="threeDPosZ"></div> + <div data-montage-id="threeDPosZ"></div> </div> </div> </article> @@ -306,7 +306,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot <article class="fieldRow threeCol"> <div> <div class="inputField"> - <div id="threeDRotX"></div> + <div data-montage-id="threeDRotX"></div> </div> </div> <div> @@ -314,7 +314,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot <label>Y: </label> </div> <div class="inputField"> - <div id="threeDRotY"></div> + <div data-montage-id="threeDRotY"></div> </div> </div> <div> @@ -322,7 +322,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot <label>Z: </label> </div> <div class="inputField"> - <div id="threeDRotZ"></div> + <div data-montage-id="threeDRotZ"></div> </div> </div> </article> @@ -336,7 +336,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot <label style="padding-right:14px;">Perspective Distance: </label> </div> <div class="inputField" > - <div id="threeDPerspectiveDistance"></div> + <div data-montage-id="threeDPerspectiveDistance"></div> </div> </div> </article> @@ -347,7 +347,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot <article class="fieldRow oneCol checkbox"> <div> <div class="inputField"> - <input id="flattenCh" class="nj-skinned" type="checkbox" /> + <input data-montage-id="flattenCh" class="nj-skinned" type="checkbox" /> </div> <div> <label> Flatten</label> -- cgit v1.2.3