Modify ↓
#1919 closed enhancement (fixed)
inconsistent layout in wiki edit and add attachment pages
Reported by: | vittorio | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | general | Version: | devel |
Severity: | minor | Keywords: | layout |
Cc: | vittorio@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
when editing a wiki page, the checkbox "Page is read-only" is always underneath the username and comment input boxes (which looks nice). but when adding an attachment, the checkbox "Replace existing attachment of the same name" is beside the input boxes if theres enough space.
would be nice to have a consistent layout.
using trunk r2068
Attachments (1)
Change History (8)
by , 19 years ago
Attachment: | attachment_wikichange.png added |
---|
comment:1 by , 19 years ago
Cc: | added |
---|---|
Milestone: | → 0.9 |
Owner: | changed from | to
Status: | new → assigned |
vittorio, your browser window is way too wide ;-)
comment:2 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Let's try this again when logged in :-P
comment:3 by , 19 years ago
Status: | new → assigned |
---|
comment:4 by , 19 years ago
Cc: | removed |
---|---|
Keywords: | layout added |
comment:5 by , 19 years ago
Cc: | added |
---|
comment:6 by , 19 years ago
To be consistent with the Wiki:
Index: templates/attachment.cs =================================================================== --- templates/attachment.cs (revision 2079) +++ templates/attachment.cs (working copy) @@ -23,6 +23,7 @@ <label>Description of the file (optional):<br /> <input type="text" name="description" size="60" /></label </div> + <br /> <div class="options"> <label><input type="checkbox" name="replace" checked="checked" /> Replace existing attachment of the same name</label>
Note:
See TracTickets
for help on using tickets.
screenshot