From 68ac68a382ed65735b77d1f420275c3640c8a18c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 20 Nov 2008 11:34:29 -0500 Subject: Peter Vreman's patch to clean up the web sidebar --- webui_templates/master.tmpl | 41 +++++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) (limited to 'webui_templates') diff --git a/webui_templates/master.tmpl b/webui_templates/master.tmpl index db71f876..196e2998 100644 --- a/webui_templates/master.tmpl +++ b/webui_templates/master.tmpl @@ -31,22 +31,43 @@
  • Docs
  • Settings

  • -
  • LIST
  • Distros
  • + #if $mode == "distro_list" + + #end if
  • Profiles
  • + #if $mode == "profile_list" + + #end if
  • Systems
  • + #if $mode == "system_list" + + #end if
  • Kickstarts
  • + #if $mode == "ksfile_list" + + #end if
  • Repos
  • + #if $mode == "repo_list" + + #end if
  • Images
  • -

  • -
  • ADD
  • -
  • Distro
  • -
  • Profile
  • -
  • Subprofile
  • -
  • System
  • -
  • Kickstart
  • -
  • Repo
  • -
  • Image
  • + #if $mode == "image_list" + + #end if


  • Sync
  • -- cgit