remove br
This commit is contained in:
parent
b438c42213
commit
bab967037d
|
@ -123,7 +123,7 @@ $(document).ready(function(){
|
|||
<option value="true">立即发布</option>
|
||||
<option value="false">存草稿</option>
|
||||
</select>
|
||||
<input type="checkbox" id="pubtimeturn" name="pubtimer" value="1" <?php if($this->ev['is_pub']==true && !empty($this->ev['ts_published'])) echo 'checked="checked"'; ?>/><label id="pubtimelable" for="productcat">定时发布?</label><br/>
|
||||
<input type="checkbox" id="pubtimeturn" name="pubtimer" value="1" <?php if($this->ev['is_pub']==true && !empty($this->ev['ts_published'])) echo 'checked="checked"'; ?>/><label id="pubtimelable" for="productcat">定时发布?</label>
|
||||
<input type="text" name="pubtime" id="pubtime" value="<?php echo date("Y-m-d H:i",time()+3600*24);?>" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue