* Finish task#8880.

This commit is contained in:
leiyong
2021-01-01 16:09:37 +08:00
parent f2a39a0dbc
commit cc8d5d63f6
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -19,16 +19,14 @@
<span><?php echo $lang->my->setStoryConcept;?></span>
</h2>
</div>
<form method='post' target='hiddenwin'>
<form method='post' target='hiddenwin' style="height: 300px;">
<table class='table table-form'>
<tr>
<th><?php echo $lang->my->storyConcept;?></th>
<td><?php echo html::select('URSR', $URSRList, $URSR, "class='form-control chosen'");?></td>
<td></td>
<td></td>
<td><?php echo html::submitButton();?></td>
</tr>
</table>
<div class='text-center form-actions'> <?php echo html::submitButton();?></div>
</form>
</div>
</div>
+1 -1
View File
@@ -40,7 +40,7 @@
?>
</div>
<div class="btn-toolbar pull-right">
<?php common::printIcon('my', 'setStoryConcept', '', '', 'button', 'cog-outline muted', '', 'iframe', 1, '', $lang->my->setStoryConcept);?>
<?php common::printIcon('my', 'setStoryConcept', '', '', 'button', 'cog muted', '', 'iframe', 1, 'data-width="600"', $lang->my->setStoryConcept);?>
</div>
</div>
<div id="mainContent">