Some more small fixes in user admin code
This commit is contained in:
		
							parent
							
								
									02b3cfd23f
								
							
						
					
					
						commit
						6c9a169600
					
				| 
						 | 
					@ -37,7 +37,7 @@
 | 
				
			||||||
        {$lang_subnet}
 | 
					        {$lang_subnet}
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
    <td class="value">
 | 
					    <td class="value">
 | 
				
			||||||
        <a href="subnetview.php?subnet_id={$subnet_id}&page={$node_ip}">{$subnet->address}/{$subnet->mask}</a>
 | 
					        <a href="subnetview.php?subnet_id={$subnet->id}&page={$node_ip}">{$subnet->address}/{$subnet->mask}</a>
 | 
				
			||||||
    </td>
 | 
					    </td>
 | 
				
			||||||
</tr>
 | 
					</tr>
 | 
				
			||||||
</table>
 | 
					</table>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -55,7 +55,7 @@
 | 
				
			||||||
	</td>
 | 
						</td>
 | 
				
			||||||
	<td class="value">
 | 
						<td class="value">
 | 
				
			||||||
		<input type="text" name="zone_hostmaster" size="40" />
 | 
							<input type="text" name="zone_hostmaster" size="40" />
 | 
				
			||||||
        (hostmaster@example.com.)
 | 
					        (hostmaster.example.com.)
 | 
				
			||||||
	</td>
 | 
						</td>
 | 
				
			||||||
</tr>
 | 
					</tr>
 | 
				
			||||||
<tr>
 | 
					<tr>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue