- make selection menu wider

This commit is contained in:
steinm 2013-02-06 13:56:29 +00:00
parent f37cd17b5d
commit a83e88d83d
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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")?>

View File

@ -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

View File

@ -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

View File

@ -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