summaryrefslogtreecommitdiff
path: root/templates/fileSaveSubPanelDelegate.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/fileSaveSubPanelDelegate.html')
-rw-r--r--templates/fileSaveSubPanelDelegate.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/fileSaveSubPanelDelegate.html b/templates/fileSaveSubPanelDelegate.html
new file mode 100644
index 0000000..810c757
--- /dev/null
+++ b/templates/fileSaveSubPanelDelegate.html
@@ -0,0 +1,10 @@
+<div class="fontSizeMedium fontColorNormal fontWeightBold">
+ <span class="subPanelElement">Save As... </span>
+ <div class="inputBox">
+ <input id="fileNameInput" class="subPanelElement input fontSizeLarge fontSizeBold fontColorNormal boxShadow4 boxShadow4Active userSelectable" />
+ </div>
+ <div id="saveButton" class="button subPanelElement">
+ <div class="bgColorThemeTransparent boxShadowInset button buttonOpacity"></div>
+ <div class="buttonText fontColorNormal fontSizeSmaller fontWeightBold">Save</div>
+ </div>
+</div> \ No newline at end of file