forked from GNUsocial/gnu-social
		
	Change whitelist invite form's add new item control to be consistent with similar controls elsewhere
This commit is contained in:
		@@ -152,19 +152,10 @@ class WhitelistInviteForm extends Form
 | 
				
			|||||||
                'class' => 'add_row',
 | 
					                'class' => 'add_row',
 | 
				
			||||||
                'href'  => 'javascript://',
 | 
					                'href'  => 'javascript://',
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            '+'
 | 
					            _m('Add another item')
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
    function getUsersDomain()
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        $user = common_current_user();
 | 
					 | 
				
			||||||
        
 | 
					 | 
				
			||||||
        assert(!empty($user));
 | 
					 | 
				
			||||||
        
 | 
					 | 
				
			||||||
        
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Action elements
 | 
					     * Action elements
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user