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
 
@@ -176,13 +176,13 @@ if (!empty($_REQUEST['selectsemester']))
 
<input
 
    id="scheduleName"
 
    style="margin-bottom: 1em;"
 
    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)
 
        echo 'value="' . htmlentities($sch->getName(), ENT_QUOTES) . '"';
 
      elseif ($errors_fix)
 
        echo 'value="' . htmlentities($_POST['postData']['name'], ENT_QUOTES) . '"';
0 comments (0 inline, 0 general)