aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-sheet.reel/style-sheet.html
diff options
context:
space:
mode:
authorEric Guzman2012-04-05 17:26:03 -0700
committerEric Guzman2012-04-05 17:26:03 -0700
commit72061f2cf3858f48a90f8cb21c5e7d766cb9552b (patch)
tree537fb2f27bf621efab06ab3b3609c5545cd445a1 /js/panels/css-panel/style-sheet.reel/style-sheet.html
parent313e0336cc72a1dc773bfa0e3d41b2993339f9af (diff)
downloadninja-72061f2cf3858f48a90f8cb21c5e7d766cb9552b.tar.gz
Style Sheets - Style update for edit view
Diffstat (limited to 'js/panels/css-panel/style-sheet.reel/style-sheet.html')
-rw-r--r--js/panels/css-panel/style-sheet.reel/style-sheet.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.html b/js/panels/css-panel/style-sheet.reel/style-sheet.html
index 661a1582..9d406d0b 100644
--- a/js/panels/css-panel/style-sheet.reel/style-sheet.html
+++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html
@@ -56,7 +56,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
56 "module": "montage/ui/button.reel", 56 "module": "montage/ui/button.reel",
57 "name": "Button", 57 "name": "Button",
58 "properties": { 58 "properties": {
59 "element": {"#": "editbutton"}, 59 "element": {"#": "edit-button"},
60 "identifier": "editButton", 60 "identifier": "editButton",
61 "label": " " 61 "label": " "
62 }, 62 },
@@ -75,11 +75,13 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
75 <span id="sheet-name"></span> 75 <span id="sheet-name"></span>
76 <label>Media:</label> 76 <label>Media:</label>
77 <div id="media-input"></div> 77 <div id="media-input"></div>
78 <button data-montage-id="editbutton"></button> 78
79 <div data-montage-id="style-sheet-edit" class="style-sheet-edit"> 79 <div data-montage-id="style-sheet-edit" class="style-sheet-edit">
80 <button data-montage-id="delete-button" class="nj-skinned">Delete</button> 80
81 <button data-montage-id="edit-button" class="ss-edit-button"></button>
81 <button data-montage-id="import-button" class="nj-skinned">Import</button> 82 <button data-montage-id="import-button" class="nj-skinned">Import</button>
82 <button data-montage-id="disable-button" class="nj-skinned">Disable</button> 83 <button data-montage-id="disable-button" class="nj-skinned">Disable</button>
84 <button data-montage-id="delete-button" class="ss-delete-button nj-skinned">Delete</button>
83 </div> 85 </div>
84</div> 86</div>
85</body> 87</body>