From ffeae37996d7a6e853883b7a2b54b20e5d934ec9 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 13 Nov 2013 08:28:35 +0000 Subject: [PATCH] Fix alignment on the add button for the sip profile list. --- app/sip_profiles/sip_profiles.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/sip_profiles/sip_profiles.php b/app/sip_profiles/sip_profiles.php index 9f04981705..7f3d5f9f24 100644 --- a/app/sip_profiles/sip_profiles.php +++ b/app/sip_profiles/sip_profiles.php @@ -61,10 +61,10 @@ require_once "resources/paging.php"; echo " ".$text['header-sip_profiles']."\n"; echo "  \n"; echo " \n"; - echo " \n"; - echo " ".$text['header-hostname']."\n"; - echo "  \n"; - echo " \n"; + //echo " \n"; + //echo " ".$text['header-hostname']."\n"; + //echo "  \n"; + //echo " \n"; echo " \n"; echo " \n"; echo " ".$text['description-sip_profiles']."

\n"; @@ -143,7 +143,7 @@ require_once "resources/paging.php"; } //end if results echo "\n"; - echo "\n"; + echo "\n"; echo " \n"; echo " \n"; echo " \n";