7
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+1
-4
@@ -46,10 +46,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-12 col-sm-2">状态</label>
|
||||
<div class="col-xs-12 col-sm-8 col-md-6">
|
||||
<label class="lyear-switch switch-primary">
|
||||
<input type="checkbox" name="status" {if !$row.status} checked{/if} value="1">
|
||||
<span></span>
|
||||
</label>
|
||||
{html:switch name="status" value="$row.status" title="开|关" /}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+1
-4
@@ -72,10 +72,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-12 col-sm-2">状态</label>
|
||||
<div class="col-xs-12 col-sm-8 col-md-6">
|
||||
<label class="lyear-switch switch-primary">
|
||||
<input type="checkbox" name="status" {if $row.status!==0} checked{/if} value="1">
|
||||
<span></span>
|
||||
</label>
|
||||
{html:switch name="status" value="$row.status" title="开|关" /}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Regular → Executable
+1
-4
@@ -96,10 +96,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-12 col-sm-2">状态</label>
|
||||
<div class="col-xs-12 col-sm-8 col-md-6">
|
||||
<label class="lyear-switch switch-primary">
|
||||
<input type="checkbox" name="status" {if $row.status!==0} checked{/if} value="1">
|
||||
<span></span>
|
||||
</label>
|
||||
{html:switch name="status" value="$row.status" title="开|关" /}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+1
-4
@@ -179,10 +179,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-12 col-sm-2">状态</label>
|
||||
<div class="col-xs-12 col-sm-8 col-md-6">
|
||||
<label class="lyear-switch switch-primary">
|
||||
<input type="checkbox" name="status" {if $row.status!==0} checked{/if} value="1">
|
||||
<span></span>
|
||||
</label>
|
||||
{html:switch name="status" value="$row.status" title="开|关" /}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+2
-1
@@ -50,8 +50,9 @@
|
||||
<div class="col-xs-12 col-sm-8 col-md-6">
|
||||
<div class="form-inline">
|
||||
<input id="c-source" class="form-control" size="50" name="source" type="text" value="{$row.source|htmlentities}" data-tip="请上传资源">
|
||||
<span><button type="button" id="faupload-source" class="btn btn-danger faupload" data-input-id="c-source" data-multiple="false"><i class="fa fa-upload"></i> {:__('Upload')}</button></span>
|
||||
<span><button type="button" id="faupload-source" class="btn btn-danger faupload" data-input-id="c-source" data-multiple="false" data-mimetype="*"><i class="fa fa-upload"></i> {:__('Upload')}</button></span>
|
||||
<span><button type="button" id="fachoose-source" class="btn btn-primary fachoose" data-input-id="c-source" data-multiple="false"><i class="fa fa-list"></i> {:__('Choose')}</button></span>
|
||||
<span class="msg-box" for="c-source"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+1
-4
@@ -116,10 +116,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-12 col-sm-2">状态</label>
|
||||
<div class="col-xs-12 col-sm-8 col-md-6">
|
||||
<label class="lyear-switch switch-primary">
|
||||
<input type="checkbox" name="status" {if $row.status!==0} checked{/if} value="1">
|
||||
<span></span>
|
||||
</label>
|
||||
{html:switch name="status" value="$row.status" title="开|关" /}
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user