Ticket #299 (closed Bug: fixed)
flash property dialog - minor optical bug (request for correction)
| Reported by: | mansoft | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | FCKeditor 2.4.1 |
| Keywords: | Cc: |
Description
In the flash property dialog window the "Browse Server" button is not aligned with the input field. Please correct:
<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2"> <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
with:
<td vAlign="bottom" id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2"> <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
Attachments
Change History
Note: See
TracTickets for help on using
tickets.