Opened 14 months ago
Closed 14 months ago
#1488424 closed Bugs (fixed)
input type button close tag
| Reported by: | JohnDoh | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-rc |
| Component: | Core functionality | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
when viewing the mail screen using the larry skin there are 2 buttons which are part of the mail list options box:
<input id="listmenusave" type="button" class="button mainaction" onclick="return rcmail.command('menu-save','',this)" value="Save" disabled="disabled"></input>
<input id="listmenucancel" type="button" class="button" onclick="return rcmail.command('menu-open','',this)" value="Cancel" disabled="disabled"></input>
I think they shoud be self closing.
Change History (1)
comment:1 Changed 14 months ago by alec
- Milestone changed from later to 0.8-rc
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [ce64332e].