|
@@ -8,6 +8,10 @@
|
|
|
<c:set var="basePath" value="${pageContext.request.contextPath}"/>
|
|
|
<div id="updateDialog" class="crudDialog">
|
|
|
<form id="updateForm" method="post">
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="theme"></label>
|
|
|
+ <input id="theme" type="color" class="form-control" name="theme" maxlength="50" value="${system.theme}">
|
|
|
+ </div>
|
|
|
<div class="form-group">
|
|
|
<label for="icon">图标</label>
|
|
|
<input id="icon" type="text" class="form-control" name="icon" maxlength="20" value="${system.icon}">
|
|
@@ -20,10 +24,6 @@
|
|
|
<label for="name">名称</label>
|
|
|
<input id="name" type="text" class="form-control" name="name" maxlength="20" value="${system.name}">
|
|
|
</div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="theme">主题</label>
|
|
|
- <input id="theme" type="text" class="form-control" name="theme" maxlength="50" value="${system.theme}">
|
|
|
- </div>
|
|
|
<div class="form-group">
|
|
|
<label for="banner">背景图</label>
|
|
|
<input id="banner" type="text" class="form-control" name="banner" maxlength="50" value="${system.banner}">
|