Skip to content

Commit

Permalink
renderVSTListEditor(): fix image title
Browse files Browse the repository at this point in the history
git-svn-id: https://racktables.svn.sourceforge.net/svnroot/racktables/trunk@3910 4788b5ed-9404-0410-8295-8f3c5ce22fc0
  • Loading branch information
infrastation committed Jul 14, 2010
1 parent 9e8dc42 commit 0c6e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/interface.php
Expand Up @@ -7570,7 +7570,7 @@ function printNewItemTR ()
echo '<tr>';
echo '<td>' . getImageHREF ('create', 'create template', TRUE, 104) . '</td>';
echo '<td><input type=text name=vst_descr tabindex=101></td>';
echo '<td>' . getImageHREF ('create', 'create domain', TRUE, 103) . '</td>';
echo '<td>' . getImageHREF ('create', 'create template', TRUE, 103) . '</td>';
echo '</tr></form>';
}
echo '<table cellspacing=0 cellpadding=5 align=center class=widetable>';
Expand Down

0 comments on commit 0c6e1f7

Please sign in to comment.