Changeset - a78ca7ab14d8
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-03-30 18:31:28
ohnobinki@ohnopublishing.net
Make the default schedule name more personalized so that it doesn't look like its sole purpose is to choose the current semester. In response to bug 106.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
input.php
Show inline comments
 
@@ -179,7 +179,7 @@ if (!empty($_REQUEST['selectsemester']))
 
    class="defText required"
 
    type="text"
 
    size="25"
 
    title="<?php echo $inputPage->semester['name'] ?>"
 
    title="My <?php echo $inputPage->semester['name'] ?> Schedule"
 
    name="postData[name]"
 
    <?php
 
      if ($sch)
0 comments (0 inline, 0 general)