From 19060ab5b16a39d7f277fbc35e7d3c89cce042fa Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 12 May 2011 06:00:04 +0000 Subject: [PATCH] xCAT UI change the manual.php to guide.php git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9575 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/{manual.php => guide.php} | 0 xCAT-UI/js/{manual/manual.js => guide/guide.js} | 0 xCAT-UI/js/ui.js | 4 ++-- xCAT-UI/lib/ui.php | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename xCAT-UI/{manual.php => guide.php} (100%) rename xCAT-UI/js/{manual/manual.js => guide/guide.js} (100%) diff --git a/xCAT-UI/manual.php b/xCAT-UI/guide.php similarity index 100% rename from xCAT-UI/manual.php rename to xCAT-UI/guide.php diff --git a/xCAT-UI/js/manual/manual.js b/xCAT-UI/js/guide/guide.js similarity index 100% rename from xCAT-UI/js/manual/manual.js rename to xCAT-UI/js/guide/guide.js diff --git a/xCAT-UI/js/ui.js b/xCAT-UI/js/ui.js index a8ec477bf..91a91ec91 100644 --- a/xCAT-UI/js/ui.js +++ b/xCAT-UI/js/ui.js @@ -513,8 +513,8 @@ function initPage() { includeJs("js/monitor/gangliamon.js"); headers.eq(3).css('background-color', '#A9D0F5'); loadMonitorPage(); - } else if (page == 'manual.php') { - includeJs("js/manual/manual.js"); + } else if (page == 'guide.php') { + includeJs("js/guide/guide.js"); headers.eq(4).css('background-color', '#A9D0F5'); loadManualPage(); } else { diff --git a/xCAT-UI/lib/ui.php b/xCAT-UI/lib/ui.php index 3d6177ad3..99b7f8f1e 100644 --- a/xCAT-UI/lib/ui.php +++ b/xCAT-UI/lib/ui.php @@ -33,7 +33,7 @@ function loadPage(){
  • Configure
  • Provision
  • Monitor
  • -
  • Guide
  • +
  • Guide
  • '; // User name and log out section