Ignore:
Timestamp:
Sep 28, 2009, 10:01:43 AM (15 years ago)
Author:
gav
Message:

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/changeSessionTimeout.gsp

    r127 r139  
    22        <meta name="layout" content="main" />
    33        <title>Change Session Timeout</title>
     4    <nav:resources override="true"/>
    45</head>
    56
    6 <body onload="document.changeSessionTimeoutForm.sessionTimeout.focus();">
    7         <div class="nav">
    8                 <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
     7<body onload="document.changeSessionTimeoutForm.sessionTimeout.focus();">       
     8    <div class="nav">
     9        <nav:renderSubItems group="nav"/>
    910    </div>
    1011
    1112        <div class="body">
    12                 <h1>Change Session Timeout</h1>
    1313                <g:if test="${flash.message}">
    1414                <div class="message">${flash.message}</div>
Note: See TracChangeset for help on using the changeset viewer.