mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- make selection menu wider
This commit is contained in:
parent
f37cd17b5d
commit
a83e88d83d
|
@ -64,7 +64,7 @@ function showAttributeDefinitions(selectObj) {
|
|||
<div class="span4">
|
||||
<div class="well">
|
||||
<?php echo getMLText("selection")?>:
|
||||
<select onchange="showAttributeDefinitions(this)" id="selector">
|
||||
<select onchange="showAttributeDefinitions(this)" id="selector" class="span9">
|
||||
<option value="-1"><?php echo getMLText("choose_attrdef")?>
|
||||
<option value="0"><?php echo getMLText("new_attrdef")?>
|
||||
<?php
|
||||
|
|
|
@ -63,7 +63,7 @@ function showCategories(selectObj) {
|
|||
<div class="span4">
|
||||
<div class="well">
|
||||
<?php echo getMLText("selection")?>:
|
||||
<select onchange="showCategories(this)" id="selector">
|
||||
<select onchange="showCategories(this)" id="selector" class="span9">
|
||||
<option value="-1"><?php echo getMLText("choose_category")?>
|
||||
<option value="0"><?php echo getMLText("new_document_category")?>
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ function showKeywords(selectObj) {
|
|||
<div class="span4">
|
||||
<div class="well">
|
||||
<?php echo getMLText("selection")?>:
|
||||
<select onchange="showKeywords(this)" id="selector">
|
||||
<select onchange="showKeywords(this)" id="selector" class="span9">
|
||||
<option value="-1"><?php echo getMLText("choose_category")?>
|
||||
<option value="0"><?php echo getMLText("new_default_keyword_category")?>
|
||||
<?php
|
||||
|
|
|
@ -104,7 +104,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_group")?>
|
||||
<option value="0"><?php echo getMLText("add_group")?>
|
||||
<?php
|
||||
|
|
|
@ -85,7 +85,7 @@ function showWorkflowAction(selectObj) {
|
|||
<div class="span4">
|
||||
<div class="well">
|
||||
<?php echo getMLText("selection")?>:
|
||||
<select onchange="showWorkflowAction(this)" id="selector">
|
||||
<select onchange="showWorkflowAction(this)" id="selector" class="span9">
|
||||
<option value="-1"><?php echo getMLText("choose_workflow_action")?>
|
||||
<option value="0"><?php echo getMLText("add_workflow_action")?>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue
Block a user