mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-11-04 05:05:01 +01:00 
			
		
		
		
	monitoring/CSS: Fix classes used in the delete comment command form (WIP)
Spinner is missing for the moment. refs #5543
This commit is contained in:
		
							parent
							
								
									fef50e9584
								
							
						
					
					
						commit
						af41a9c981
					
				@ -17,7 +17,7 @@ class DeleteCommentCommandForm extends CommandForm
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    public function init()
 | 
					    public function init()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $this->setAttrib('class', 'inline');
 | 
					        $this->setAttrib('class', 'link');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
@ -68,7 +68,7 @@ class DeleteCommentCommandForm extends CommandForm
 | 
				
			|||||||
                'ignore'        => true,
 | 
					                'ignore'        => true,
 | 
				
			||||||
                'escape'        => false,
 | 
					                'escape'        => false,
 | 
				
			||||||
                'type'          => 'submit',
 | 
					                'type'          => 'submit',
 | 
				
			||||||
                'class'         => 'link-like spinner',
 | 
					                'class'         => 'action-link link',
 | 
				
			||||||
                'label'         => $this->getView()->icon('trash'),
 | 
					                'label'         => $this->getView()->icon('trash'),
 | 
				
			||||||
                'title'         => $this->translate('Delete this comment'),
 | 
					                'title'         => $this->translate('Delete this comment'),
 | 
				
			||||||
                'decorators'    => array('ViewHelper')
 | 
					                'decorators'    => array('ViewHelper')
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user