From d5473beac0fb8fdd2b11be1f7fd286d2aaed1649 Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Tue, 22 Oct 2013 09:58:40 -0400 Subject: [PATCH] - Display server name in all web domains select fields so that you know which domain from which server you select. --- interface/web/tools/lib/interface.d/tpl_default.menu.php | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/web/tools/lib/interface.d/tpl_default.menu.php b/interface/web/tools/lib/interface.d/tpl_default.menu.php index 7b8555c..f55b480 100644 --- a/interface/web/tools/lib/interface.d/tpl_default.menu.php +++ b/interface/web/tools/lib/interface.d/tpl_default.menu.php @@ -1,8 +1,8 @@ -<?php - -// No settings yet -//$items[] = array( 'title' => 'Default Theme', -// 'target' => 'content', -// 'link' => 'tools/tpl_default.php', -// 'html_id' => 'tpl_default'); -?> +<?php + +// No settings yet +//$items[] = array( 'title' => 'Default Theme', +// 'target' => 'content', +// 'link' => 'tools/tpl_default.php', +// 'html_id' => 'tpl_default'); +?> -- Gitblit v1.9.1