Committer: narefieva
LJSV-1758: Inbox buttons for Mark as Spam and Delete should switch locationU trunk/cgi-bin/LJ/Widget/InboxFolder.pm
Modified: trunk/cgi-bin/LJ/Widget/InboxFolder.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/InboxFolder.pm 2011-08-30 06:35:24 UTC (rev 19888) +++ trunk/cgi-bin/LJ/Widget/InboxFolder.pm 2011-08-30 07:20:31 UTC (rev 19889) @@ -99,8 +99,8 @@ <input type="button" id="Page_Prev_$sfx" value="$BML::ML{'.btn.prev'}" $prev_disabled /> <input type="button" id="Page_Next_$sfx" value="$BML::ML{'.btn.next'}" $next_disabled /> </span> + <input type="submit" name="unspam_$sfx" value="$BML::ML{'.btn.unspam'}" id="${name}_UnSpam_$sfx" /> <input type="submit" name="delete_$sfx" value="$BML::ML{'.btn.delete'}" id="${name}_Delete_$sfx" /> - <input type="submit" name="unspam_$sfx" value="$BML::ML{'.btn.unspam'}" id="${name}_UnSpam_$sfx" /> </td> </tr> }; @@ -116,8 +116,8 @@ </span> <input type="submit" name="markRead_$sfx" value="$BML::ML{'.btn.read'}" $disabled id="${name}_MarkRead_$sfx" /> <input type="submit" name="markUnread_$sfx" value="$BML::ML{'.btn.unread'}" id="${name}_MarkUnread_$sfx" /> + <input type="submit" name="spam_$sfx" value="$BML::ML{'.btn.spam'}" id="${name}_Spam_$sfx" /> <input type="submit" name="delete_$sfx" value="$BML::ML{'.btn.delete'}" id="${name}_Delete_$sfx" /> - <input type="submit" name="spam_$sfx" value="$BML::ML{'.btn.spam'}" id="${name}_Spam_$sfx" /> </td> </tr> };