summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-11-04 17:43:28 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-11-04 17:43:28 +0000
commitfb7cdeab8859b52ee45e69a21ffe2cd63d96ea31 (patch)
treef80eb9961d2e83f2d9bbb6fe9f981d278c7eb112
parentfcad89db9d30fa471d6522505795667d0c019513 (diff)
downloadluci2-ui-fb7cdeab8859b52ee45e69a21ffe2cd63d96ea31.tar.gz
luci2: convert system.cron view markup to bootstrap
-rw-r--r--luci2/htdocs/luci2/template/system.cron.htm12
1 files changed, 6 insertions, 6 deletions
diff --git a/luci2/htdocs/luci2/template/system.cron.htm b/luci2/htdocs/luci2/template/system.cron.htm
index d509586..94471b0 100644
--- a/luci2/htdocs/luci2/template/system.cron.htm
+++ b/luci2/htdocs/luci2/template/system.cron.htm
@@ -1,6 +1,6 @@
-<fieldset class="cbi-map">
- <textarea id="crontab" class="cbi-input-textarea" style="width:100%" rows="10"></textarea>
- <div class="cbi-page-actions">
- <input class="cbi-button cbi-button-save" type="button" value="<%:Save%>" />
- </div>
-</fieldset>
+<div class="panel">
+ <textarea id="crontab" class="form-control" rows="10"></textarea>
+</div>
+<div class="pull-right">
+ <input class="btn btn-primary" type="button" id="btn_save" value="<%:Save%>" />
+</div>