Ignore:
Timestamp:
07/27/11 18:57:54 (14 years ago)
Author:
fpvanagthoven
Message:

Absolutely had to do something about styling. Also some other things.

File:
1 edited

Legend:

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

    r58 r59  
    1313        SessionMenu::createSessionButton();
    1414        SessionMenu::loadSessionButton();
     15        SessionMenu::startSessionButton();
    1516        ?> </div> <?php
    1617        SessionMenu::loadSessionList(null);
     
    3839    }
    3940
     41    public static function startSessionButton() {
     42        ?>
     43        <form action="session.php" method="post">
     44            <input type="button" onclick="startSession()" value="Start session" class="surveyButton bigSurveyButton" />
     45        </form>
     46        <?php
     47    }
     48
    4049    public static function loadSessionList($sessions) {
    4150        ?>
Note: See TracChangeset for help on using the changeset viewer.