From 0c6e1f7b20ad703961a1c2005f6c8ddc202bf4ac Mon Sep 17 00:00:00 2001 From: infrastation Date: Wed, 14 Jul 2010 14:54:37 +0000 Subject: [PATCH] renderVSTListEditor(): fix image title git-svn-id: https://racktables.svn.sourceforge.net/svnroot/racktables/trunk@3910 4788b5ed-9404-0410-8295-8f3c5ce22fc0 --- inc/interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/interface.php b/inc/interface.php index 9248921..cc221bb 100644 --- a/inc/interface.php +++ b/inc/interface.php @@ -7570,7 +7570,7 @@ function printNewItemTR () echo ''; echo '' . getImageHREF ('create', 'create template', TRUE, 104) . ''; echo ''; - echo '' . getImageHREF ('create', 'create domain', TRUE, 103) . ''; + echo '' . getImageHREF ('create', 'create template', TRUE, 103) . ''; echo ''; } echo '';