Ignore:
Timestamp:
07/28/11 15:22:30 (14 years ago)
Author:
fpvanagthoven
Message:

You now get redirected to mainmenu, when you're already logged in and go to index.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/ApplicationMenu.php

    r59 r60  
    2525        <form action="applicationcreation.php" method="post">
    2626
    27             <input type="submit" value="Create new application" class="surveyButton bigSurveyButton" />
     27            <input type="submit" value="New" class="surveyButton bigSurveyButton" />
    2828
    2929        </form>
     
    3939        ?>
    4040        <form id="loadApplicationForm" action="applicationcreation.php" method="post">
    41             <input type="button" onclick="loadApplication()" value="Load/Edit application" class="surveyButton bigSurveyButton" />
     41            <input type="button" onclick="loadApplication()" value="Load / Edit" class="surveyButton bigSurveyButton" />
    4242        </form>
    4343
Note: See TracChangeset for help on using the changeset viewer.