Skip to content

Commit

Permalink
[jan] Fix cancelling redirection window in basic mode (Bug #14002).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 2, 2015
1 parent 4c4157a commit eb3ecb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions imp/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v6.2.9-git
----------

[jan] Fix cancelling redirection window in basic mode (Bug #14002).


------
Expand Down
4 changes: 2 additions & 2 deletions imp/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix cancelling redirection window in basic mode (Bug #14002).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3844,7 +3844,7 @@
<date>2015-04-28</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix cancelling redirection window in basic mode (Bug #14002).
</notes>
</release>
</changelog>
Expand Down
2 changes: 1 addition & 1 deletion imp/templates/basic/compose/redirect.html.php
Expand Up @@ -50,7 +50,7 @@
<?php if ($this->allow_compose): ?>
<input name="btn_redirect" type="submit" class="horde-default" value="<?php echo _("Redirect") ?>" />
<?php endif; ?>
<input name="btn_cancel_compose" type="button" class="horde-cancel" value="<?php echo _("Cancel") ?>" />
<input name="btn_cancel_compose" type="submit" class="horde-cancel" value="<?php echo _("Cancel") ?>" />
</td>
</tr>
</table>
Expand Down

0 comments on commit eb3ecb8

Please sign in to comment.