Lines Matching full:edit
25 * This plugin intercepts 'edit' and 'save' actions and redirects them to a
37 * The edit form is bypassed to use the text already being worked on (for
91 * A conflict appears in edit and save actions when the page was modified
92 * after the edit or conflict forms were shown. That is, even if the page is
99 * Now, the user A decides to further edit the page.
101 * If the merge was successfull, when the user hit save button in the edit
122 if ($action != 'edit' && $action != 'save') {
133 if ($action == 'edit' && $_REQUEST['conflictDate'] == $INFO['lastmod']) {
169 * When edit form is created, the text is set to the content of the latest
170 * revision of the page. However, in this plugin the edit page can also be
171 * shown from the conflict solving page, to further edit the text after a
175 * in the edit form is changed to the text the user is working on instead of
224 * changes, further edit the text or cancel all the changes.
265 … $form->addElement(form_makeButton('submit', 'edit', $lang['btn_edit'], array('accesskey'=>'e')));