Revision history for MinorEditHackEditPHP
Revision [18903]
Last edited on 2008-01-28 00:13:02 by FishPete [Modified links pointing to docs server]No Differences
Revision [14737]
Edited on 2006-06-29 08:26:25 by FishPete [added the "minor_change_flag" Checkbox to Preview mode]Additions:
The Checkbox "minor_change_flag" doesn't appear in the preview mode. should be no problem... **done**
$preview_buttons .= '<input type="checkbox" name="minor_change_flag" value="minor_change"> '.MINOR_CHANGE_FLAG_TEXT.'<br>'."\n";// Edit by FishPete, added 29.6.06
-edited 29.6.06. added the checkbox "minor_change_flag" to the preview mode.---the line is:
%%(php) $preview_buttons .= '<input type="checkbox" name="minor_change_flag" value="minor_change"> '.MINOR_CHANGE_FLAG_TEXT.'<br>'."\n";// Edit by FishPete%%
Insert it under
%%(php)$preview_buttons .= '<input size="'.MAX_EDIT_NOTE_LENGTH.'" type="text" name="note" value="'.htmlspecialchars($note).'" '.$highlight_note.'/>'.LABEL_EDIT_NOTE.'<br />'."\n";%%
$preview_buttons .= '<input type="checkbox" name="minor_change_flag" value="minor_change"> '.MINOR_CHANGE_FLAG_TEXT.'<br>'."\n";// Edit by FishPete, added 29.6.06
-edited 29.6.06. added the checkbox "minor_change_flag" to the preview mode.---the line is:
%%(php) $preview_buttons .= '<input type="checkbox" name="minor_change_flag" value="minor_change"> '.MINOR_CHANGE_FLAG_TEXT.'<br>'."\n";// Edit by FishPete%%
Insert it under
%%(php)$preview_buttons .= '<input size="'.MAX_EDIT_NOTE_LENGTH.'" type="text" name="note" value="'.htmlspecialchars($note).'" '.$highlight_note.'/>'.LABEL_EDIT_NOTE.'<br />'."\n";%%