[livejournal] r18197: LJSV-1382 Inbox
Committer: iaskarov
LJSV-1382 InboxU trunk/cgi-bin/LJ/Widget/InboxFolder.pm U trunk/htdocs/inbox/compose.bml U trunk/htdocs/inbox/compose.bml.text
Modified: trunk/cgi-bin/LJ/Widget/InboxFolder.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/InboxFolder.pm 2011-02-03 08:08:08 UTC (rev 18196)
+++ trunk/cgi-bin/LJ/Widget/InboxFolder.pm 2011-02-03 09:24:46 UTC (rev 18197)
@@ -87,7 +87,7 @@
<span class="Pages">
Page $page of $last_page
<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.prev'}" $next_disabled />
+ <input type="button" id="Page_Next_$sfx" value="$BML::ML{'.btn.next'}" $next_disabled />
</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" />
Modified: trunk/htdocs/inbox/compose.bml
===================================================================
--- trunk/htdocs/inbox/compose.bml 2011-02-03 08:08:08 UTC (rev 18196)
+++ trunk/htdocs/inbox/compose.bml 2011-02-03 09:24:46 UTC (rev 18197)
@@ -200,7 +200,7 @@
$body .= $pic;
$body .= "<div id='metainfo'>";
- $body .= '<p class="pkg"><label class="left">To:</label> ';
+ $body .= '<p class="pkg"><label class="left">' . $ML{'.title.to'} . '</label> ';
if ($disabled_to) {
$body .= "$reply_to";
@@ -239,7 +239,7 @@
$body .= "<textarea name='msg_body' rows=6 cols=55 wrap=soft>";
$body .= LJ::strip_html($POST{'msg_body'} || $msg_body);
$body .= "</textarea><br />";
- $body .= "<span class='helper'>Up to " . LJ::commafy($msg_limit) . " characters. Plain text, no HTML.";
+ $body .= "<span class='helper'>" . $ML{'.title.textlimit'};
$body .= "</span></div>\n";
$body .= $msg_parent;
Modified: trunk/htdocs/inbox/compose.bml.text
===================================================================
--- trunk/htdocs/inbox/compose.bml.text 2011-02-03 08:08:08 UTC (rev 18196)
+++ trunk/htdocs/inbox/compose.bml.text 2011-02-03 09:24:46 UTC (rev 18197)
@@ -4,6 +4,8 @@
.title.subject=Subject:
.title.send=Send
+.title.to=To:
+.title.textlimit=Up to 10,000 characters. Plain text, no HTML.
.sent.title=Your message has been sent successfully.
.sent.nowyoucan=From here you can
