projects
/
project
/
luci2
/
ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcad89d
)
luci2: convert system.cron view markup to bootstrap
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 4 Nov 2013 17:43:28 +0000
(17:43 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 4 Nov 2013 17:43:28 +0000
(17:43 +0000)
luci2/htdocs/luci2/template/system.cron.htm
patch
|
blob
|
history
diff --git
a/luci2/htdocs/luci2/template/system.cron.htm
b/luci2/htdocs/luci2/template/system.cron.htm
index d5095867f4624274e9c6d6f4ed3d07f6f9d34a8a..94471b0779a48cb4783ca4327fa851fb780751b4 100644
(file)
--- 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
>