aboutsummaryrefslogtreecommitdiff
path: root/templates/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings.php')
-rwxr-xr-xtemplates/settings.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/settings.php b/templates/settings.php
new file mode 100755
index 0000000..476a202
--- /dev/null
+++ b/templates/settings.php
@@ -0,0 +1,8 @@
+<form id="apptemplate">
+ <div class="section">
+ <h2><?php p($l->t('App Template'));?></h2>
+ <input type="text" name="somesetting" id="somesetting" value="<?php p($_['url']); ?>" placeholder="<?php p($l->t('Some Setting'));?>" />
+ <br />
+ <span class="msg"></span>
+ </div>
+</form>