From 0911671a797b8043e498beefe419241bd3a6cead Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 27 Sep 2007 12:29:22 -0400 Subject: Two things... make "sync" into a button, and also hide links when the user is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index af587c0..f753f47 100644 --- a/setup.py +++ b/setup.py @@ -127,6 +127,7 @@ if __name__ == "__main__": # slurp in whole directory? (wwwtmpl, ['webui_templates/empty.tmpl']), + (wwwtmpl, ['webui_templates/blank.tmpl']), (wwwtmpl, ['webui_templates/distro_list.tmpl']), (wwwtmpl, ['webui_templates/distro_edit.tmpl']), (wwwtmpl, ['webui_templates/profile_list.tmpl']), @@ -153,7 +154,7 @@ if __name__ == "__main__": (wwwgfx, ['docs/wui.html']), (wwwgfx, ['docs/cobbler.html']), (wwwgfx, []), - (wwwgfx, ['webui_content/icon-tip.png']), + (wwwgfx, ['webui_content/icon_16_sync.png']), (wwwgfx, ['webui_content/style.css']), (wwwgfx, ['webui_content/logo-cobbler.png']), (wwwgfx, ['webui_content/cobblerweb.css']), -- cgit