summaryrefslogtreecommitdiffstats
path: root/application/modules/ui/views/scripts/dialog/menu.createentry2.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/ui/views/scripts/dialog/menu.createentry2.phtml')
-rw-r--r--application/modules/ui/views/scripts/dialog/menu.createentry2.phtml20
1 files changed, 20 insertions, 0 deletions
diff --git a/application/modules/ui/views/scripts/dialog/menu.createentry2.phtml b/application/modules/ui/views/scripts/dialog/menu.createentry2.phtml
new file mode 100644
index 0000000..f9fdac9
--- /dev/null
+++ b/application/modules/ui/views/scripts/dialog/menu.createentry2.phtml
@@ -0,0 +1,20 @@
+<div id="dialog-menu-createentry2" title="Create new menu entry">
+ <p id="dialog-menu-createentry2-validateTips" class="validateTips">
+ <b>Step 2:</b> Modify append and caption if necessary ..
+ </p>
+
+ <form>
+ <fieldset>
+ <label for="caption">Caption</label>
+ <input type="radio" name="alternative-caption" value="0" checked="checked" class="dialog-radio dialog-form ui-widget-content"/> system default: <span id="default-caption"> </span><br/>
+ <input type="radio" name="alternative-caption" value="1" class="dialog-radio dialog-form ui-widget-content"/> alternative caption (only for this menu entry)<br/>
+ <input type="text" name="caption" id="dialog-menu-createentry2-caption" class="dialog-input-indent dialog-form ui-widget-content ui-corner-all" />
+
+ <label for="append">Append</label>
+ <input type="radio" name="alternative-append" value="0" checked="checked" class="dialog-radio dialog-form ui-widget-content"/> system default: <span id="default-append"> </span><br/>
+ <input type="radio" name="alternative-append" value="1" class="dialog-radio dialog-form ui-widget-content"/> alternative append line (only for this menu entry)<br/>
+ <input type="text" name="append" id="dialog-menu-createentry2-append" class="dialog-input-indent dialog-form ui-widget-content ui-corner-all" />
+ <input type="hidden" name="system" id="dialog-menu-createentry2-system" value="" />
+ </fieldset>
+ </form>
+</div>