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/taskDetailed/create.gsp

    r134 r139  
    1 
    2 
    31<html>
    42    <head>
    53        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    64        <meta name="layout" content="main" />
    7         <title>Create Task</title>         
     5        <title>Create Task</title>
     6        <nav:resources override="true"/>
    87    </head>
    98    <body>
    109        <div class="nav">
    11             <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
    12             <span class="menuButton"><g:link class="list" action="list">Task List</g:link></span>
     10            <nav:renderSubItems group="nav"/>
    1311        </div>
    1412        <div class="body">
    15             <h1>Create Task</h1>
    1613            <g:if test="${flash.message}">
    1714            <div class="message">${flash.message}</div>
Note: See TracChangeset for help on using the changeset viewer.