- Removed redundant </form> tags from contact add/edit pages
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Removed redundant </form> tags from contact add/edit pages |
| | | |
| | | RELEASE 0.5.1 |
| | | ------------- |
| | | - Fix handling of attachments with invalid content type (#1487767) |
| | |
| | | <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" /> |
| | | <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
| | | </p> |
| | | </form> |
| | | </div> |
| | | <script type="text/javascript">rcube_init_tabs('contact-details')</script> |
| | | |
| | |
| | | <roundcube:button command="show" type="input" class="button" label="cancel" /> |
| | | <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
| | | </p> |
| | | </form> |
| | | </div> |
| | | <script type="text/javascript">rcube_init_tabs('contact-details')</script> |
| | | |