mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
- make selection menu wider
This commit is contained in:
parent
a3998cbaea
commit
4626f3b994
|
@ -93,7 +93,7 @@ function showUser(selectObj) {
|
|||
<div class="span4">
|
||||
<div class="well">
|
||||
<?php echo getMLText("selection")?>:
|
||||
<select onchange="showUser(this)" id="selector">
|
||||
<select onchange="showUser(this)" id="selector" class="span9">
|
||||
<option value="-1"><?php echo getMLText("choose_user")?>
|
||||
<option value="0"><?php echo getMLText("add_user")?>
|
||||
<?php
|
||||
|
|
|
@ -85,7 +85,7 @@ function showWorkflowState(selectObj) {
|
|||
<div class="span4">
|
||||
<div class="well">
|
||||
<?php echo getMLText("selection")?>:
|
||||
<select onchange="showWorkflowState(this)" id="selector">
|
||||
<select onchange="showWorkflowState(this)" id="selector" class="span9">
|
||||
<option value="-1"><?php echo getMLText("choose_workflow_state")?>
|
||||
<option value="0"><?php echo getMLText("add_workflow_state")?>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue
Block a user