Changeset 1763

Show
Ignore:
Timestamp:
10/17/07 23:20:17 (14 months ago)
Author:
cfriesen
Message:

Cancel button

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/admin/channels.php

    r1762 r1763  
    10601060 
    10611061 
    1062         echo "<p style=\"clear:both; padding: 1em 0\"><input type=\"submit\" name=\"action_\" value=\"". __('Submit Changes') ."\" /></p>"; 
     1062        echo "<p style=\"clear:both; padding: 1em 0\"><input type=\"submit\" name=\"action_\" value=\"". __('Submit Changes') ."\" />" 
     1063                 ."<input type=\"button\" name=\"_cancel\" value=\"" . __('Cancel') . "\" onclick=\"history.back(-1);\"></p>"; 
    10631064 
    10641065    echo "</form></div>\n";