* Finish task#8880.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user