mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	CS-16010: Add missing alt tag for 'move to bottom' reorder action
This commit is contained in:
		
							parent
							
								
									5633ad0beb
								
							
						
					
					
						commit
						b391a1c5b1
					
				| @ -267,6 +267,7 @@ label.viewing=Viewing | ||||
| label.move.to.top=Move to top | ||||
| label.move.up.row=Move up one row | ||||
| label.move.down.row=Move down one row | ||||
| label.move.to.bottom=Move to bottom | ||||
| label.drag.new.position=Drag to new position | ||||
| label.order=Order | ||||
| label.no.data=No data to show | ||||
|  | ||||
| @ -1514,7 +1514,6 @@ under the License. | ||||
|             <div class="add-snapshot-action add"></div> | ||||
|           </div> | ||||
|         </div> | ||||
| 
 | ||||
|         <!-- Scheduled snapshots --> | ||||
|         <div class="scheduled-snapshots"> | ||||
|           <p>Scheduled Snapshots</p> | ||||
| @ -1528,7 +1527,6 @@ under the License. | ||||
|                 <td class="keep">Keep: <span></span></td> | ||||
|                 <td class="actions"><div class="action destroy"><span class="icon"> </span></div></td> | ||||
|               </tr> | ||||
| 
 | ||||
|               <!-- Daily --> | ||||
|               <tr class="daily"> | ||||
|                 <td class="time">Time: <span></span></td> | ||||
| @ -1537,7 +1535,6 @@ under the License. | ||||
|                 <td class="keep">Keep: <span></span></td> | ||||
|                 <td class="actions"><div class="action destroy"><span class="icon"> </span></div></td> | ||||
|               </tr> | ||||
| 
 | ||||
|               <!-- Weekly --> | ||||
|               <tr class="weekly"> | ||||
|                 <td class="time">Time: <span></span></td> | ||||
| @ -1546,7 +1543,6 @@ under the License. | ||||
|                 <td class="keep">Keep: <span></span></td> | ||||
|                 <td class="actions"><div class="action destroy"><span class="icon"> </span></div></td> | ||||
|               </tr> | ||||
| 
 | ||||
|               <!-- Monthly --> | ||||
|               <tr class="monthly"> | ||||
|                 <td class="time">Time: <span></span></td> | ||||
| @ -1831,6 +1827,7 @@ dictionary = { | ||||
| 'label.move.down.row': '<fmt:message key="label.move.down.row"/>', | ||||
| 'label.move.up.row': '<fmt:message key="label.move.up.row"/>', | ||||
| 'label.move.to.top': '<fmt:message key="label.move.to.top"/>', | ||||
| 'label.move.to.bottom': '<fmt:message key="label.move.to.bottom"/>', | ||||
| 'label.order': '<fmt:message key="label.order"/>', | ||||
| 'label.no.data': '<fmt:message key="label.no.data"/>', | ||||
| 'label.change.value': '<fmt:message key="label.change.value"/>', | ||||
|  | ||||
| @ -898,6 +898,7 @@ | ||||
|           $.each(reorder, function(actionName, action) { | ||||
|             var fnLabel = { | ||||
|               moveTop: _l('label.move.to.top'), | ||||
|               moveBottom: _l('label.move.to.bottom'), | ||||
|               moveUp: _l('label.move.up.row'), | ||||
|               moveDown: _l('label.move.down.row'), | ||||
|               moveDrag: _l('label.drag.new.position') | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user