mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	add missing placeholdes in chzn select box (fixes bug #87)
This commit is contained in:
		
							parent
							
								
									91a4c65b6c
								
							
						
					
					
						commit
						b87aa2b8c7
					
				|  | @ -172,7 +172,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style { | |||
| <tr> | ||||
| <td><?php printMLText("owner");?>:</td>
 | ||||
| <td> | ||||
| <select class="chzn-select-deselect" name="ownerid" data-no_results_text="<?php printMLText('unknown_owner'); ?>"> | ||||
| <select class="chzn-select-deselect" name="ownerid" data-placeholder="<?php printMLText('select_users'); ?>" data-no_results_text="<?php printMLText('unknown_owner'); ?>"> | ||||
| <option value="-1"></option> | ||||
| <?php | ||||
| 		foreach ($allUsers as $userObj) { | ||||
|  |  | |||
|  | @ -85,7 +85,7 @@ class SeedDMS_View_SetReviewersApprovers extends SeedDMS_Bootstrap_Style { | |||
| <?php $this->contentSubHeading(getMLText("update_reviewers"));?>
 | ||||
| 
 | ||||
|   <div class="cbSelectTitle"><?php printMLText("individuals")?>:</div>
 | ||||
|   <select class="chzn-select span9" name="indReviewers[]" multiple="multiple" data-no_results_text="<?php printMLText('unknown_owner'); ?>"> | ||||
|   <select class="chzn-select span9" name="indReviewers[]" multiple="multiple" data-placeholder="<?php printMLText('select_ind_reviewers'); ?>" data-no_results_text="<?php printMLText('unknown_owner'); ?>"> | ||||
| <?php | ||||
| 
 | ||||
| 		$res=$user->getMandatoryReviewers(); | ||||
|  | @ -120,7 +120,7 @@ class SeedDMS_View_SetReviewersApprovers extends SeedDMS_Bootstrap_Style { | |||
|   </select> | ||||
| 
 | ||||
|   <div class="cbSelectTitle"><?php printMLText("groups")?>:</div>
 | ||||
|   <select class="chzn-select span9" name="grpReviewers[]" multiple="multiple" data-no_results_text="<?php printMLText('unknown_group'); ?>"> | ||||
|   <select class="chzn-select span9" name="grpReviewers[]" multiple="multiple" data-placeholder="<?php printMLText('select_grp_reviewers'); ?>" data-no_results_text="<?php printMLText('unknown_group'); ?>"> | ||||
| <?php | ||||
| 		foreach ($docAccess["groups"] as $group) { | ||||
| 
 | ||||
|  | @ -155,7 +155,7 @@ class SeedDMS_View_SetReviewersApprovers extends SeedDMS_Bootstrap_Style { | |||
| <?php $this->contentSubHeading(getMLText("update_approvers"));?>
 | ||||
| 
 | ||||
|   <div class="cbSelectTitle cbSelectMargin"><?php printMLText("individuals")?>:</div>
 | ||||
|   <select class="chzn-select span9" name="indApprovers[]" multiple="multiple" data-no_results_text="<?php printMLText('unknown_owner'); ?>"> | ||||
|   <select class="chzn-select span9" name="indApprovers[]" multiple="multiple" data-placeholder="<?php printMLText('select_ind_approvers'); ?>" data-no_results_text="<?php printMLText('unknown_owner'); ?>"> | ||||
| <?php | ||||
| 
 | ||||
| 		$res=$user->getMandatoryApprovers(); | ||||
|  | @ -193,7 +193,7 @@ class SeedDMS_View_SetReviewersApprovers extends SeedDMS_Bootstrap_Style { | |||
|   </select> | ||||
|   <div class="cbSelectTitle"><?php printMLText("groups")?>:</div>
 | ||||
| 
 | ||||
|   <select class="chzn-select span9" name="grpApprovers[]" multiple="multiple" data-no_results_text="<?php printMLText('unknown_group'); ?>"> | ||||
|   <select class="chzn-select span9" name="grpApprovers[]" multiple="multiple" data-placeholder="<?php printMLText('select_grp_approvers'); ?>" data-no_results_text="<?php printMLText('unknown_group'); ?>"> | ||||
| <?php | ||||
| 		foreach ($docAccess["groups"] as $group) { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann