mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
use bootstrap tags for selection of workflow
This commit is contained in:
parent
c4a510f4d8
commit
495affcc88
|
@ -308,7 +308,10 @@ $(document).ready(function() {
|
|||
<div class="row-fluid">
|
||||
<div class="span5">
|
||||
<div class="well">
|
||||
<?php echo getMLText("selection")?>:
|
||||
<form class="form-horizontal">
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="login"><?php printMLText("selection");?>:</label>
|
||||
<div class="controls">
|
||||
<select id="selector" class="span9">
|
||||
<option value="-1"><?php echo getMLText("choose_workflow")?>
|
||||
<option value="0"><?php echo getMLText("add_workflow")?>
|
||||
|
@ -318,6 +321,9 @@ $(document).ready(function() {
|
|||
}
|
||||
?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="ajax" data-view="WorkflowMgr" data-action="info" <?php echo ($selworkflow ? "data-query=\"workflowid=".$selworkflow->getID()."\"" : "") ?>></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user