Sfoglia il codice sorgente

Center new API setting link

®omano 8 anni fa
parent
commit
cdf3c742c5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      modules/settings/settings.php

+ 1 - 1
modules/settings/settings.php

@@ -105,7 +105,7 @@ function exec_ogp_module()
 	$rsync_options = array("1" => get_lang('all_available_servers'), "2" => get_lang('only_remote_servers'), "3" => get_lang('only_local_servers'));
 	$rsync_options = array("1" => get_lang('all_available_servers'), "2" => get_lang('only_remote_servers'), "3" => get_lang('only_local_servers'));
 
 
 	echo "<h2>".get_lang('settings')."</h2>";
 	echo "<h2>".get_lang('settings')."</h2>";
-	echo "<a href='?m=settings&p=api_hosts'>".get_lang('setup_api_authorized_hosts')."</a>";
+	echo "<div align='center'><a href='?m=settings&p=api_hosts'>".get_lang('setup_api_authorized_hosts')."</a></div>";
 	$row = $db->getSettings();
 	$row = $db->getSettings();
 	$ft = new FormTable();
 	$ft = new FormTable();
 	$ft->start_form("?m=settings", "post", "autocomplete=\"off\"");
 	$ft->start_form("?m=settings", "post", "autocomplete=\"off\"");