mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-11-04 00:02:38 -05:00 
			
		
		
		
	[Web] Set desc == domain name, when desc is empty, implements #3341
This commit is contained in:
		
							parent
							
								
									b9d7519ec2
								
							
						
					
					
						commit
						ebf292531d
					
				@ -324,6 +324,9 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
 | 
			
		||||
          }
 | 
			
		||||
          $domain				= idn_to_ascii(strtolower(trim($_data['domain'])), 0, INTL_IDNA_VARIANT_UTS46);
 | 
			
		||||
          $description  = $_data['description'];
 | 
			
		||||
          if (empty($description)) {
 | 
			
		||||
            $description = $domain;
 | 
			
		||||
          }
 | 
			
		||||
          $aliases			= $_data['aliases'];
 | 
			
		||||
          $mailboxes    = $_data['mailboxes'];
 | 
			
		||||
          $defquota			= $_data['defquota'];
 | 
			
		||||
 | 
			
		||||
@ -95,7 +95,7 @@ if (!isset($_SESSION['mailcow_cc_role'])) {
 | 
			
		||||
          <div class="form-group">
 | 
			
		||||
            <label class="control-label col-sm-2" for="description"><?=$lang['add']['description'];?></label>
 | 
			
		||||
            <div class="col-sm-10">
 | 
			
		||||
            <input type="text" class="form-control" name="description" required>
 | 
			
		||||
            <input type="text" class="form-control" name="description">
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="form-group">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user