[dw-free] long entries push edittags form to bottom of page
[commit: http://hg.dwscoalition.org/dw-free/rev/ff5ca9a82eb2]
http://bugs.dwscoalition.org/show_bug.cgi?id=1471
Move entry text around on the edit tags page so it's easier to use.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1471
Move entry text around on the edit tags page so it's easier to use.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/edittags.bml
-------------------------------------------------------------------------------- diff -r 96d4968b87d9 -r ff5ca9a82eb2 htdocs/edittags.bml --- a/htdocs/edittags.bml Mon Jul 27 00:10:00 2009 +0000 +++ b/htdocs/edittags.bml Mon Jul 27 03:15:33 2009 +0000 @@ -89,8 +89,6 @@ body<= $ret .= '<table class="edittbl" cellpadding="0" cellspacing="0" width="50%">'; $ret .= "<tr><td class='l'>$ML{'.subject'}</td><td>$subj</td></tr>" if $subj; - $ret .= "<tr><td class='l'>$ML{'.entry'}</td><td>$evt</td></tr>"; - $ret .= "<tr><td class='l'> </td><td> </td></tr>"; # spacer $ret .= "<tr><td class='l'>$ML{'.current'}</td>"; $ret .= '<form method="POST" action="/edittags.bml" id="edit_tagform">'; @@ -133,6 +131,7 @@ body<= $ret .= "$ML{'.permissions.control.yes'}<br />" if LJ::Tags::can_control_tags($u, $remote); $ret .= BML::ml('.view', { aopts => 'href="' . LJ::journal_base($u) . "/$ditemid.html" . '"' }); $ret .= "</td></tr>"; + $ret .= "<tr><td class='l'>$ML{'.entry'}</td><td class='sep'>$evt</td></tr>"; $ret .= '</table>'; $ret .= LJ::html_hidden('journal', $journal); --------------------------------------------------------------------------------