Author: rpenate
Date: 2007-07-31 13:54:46 -0400 (Tue, 31 Jul 2007)
New Revision: 7878
Modified:
opencore/trunk/opencore/nui/css/opencore.css
opencore/trunk/opencore/nui/listen/moderation.pt
Log:
Changes to Listen moderation screen: working on Reject appearance
Modified: opencore/trunk/opencore/nui/css/opencore.css
===================================================================
--- opencore/trunk/opencore/nui/css/opencore.css 2007-07-31 15:48:25 UTC
(rev 7877)
+++ opencore/trunk/opencore/nui/css/opencore.css 2007-07-31 17:54:46 UTC
(rev 7878)
@@ -704,16 +704,11 @@
text-decoration: none;
font-size: 9px;
text-transform: uppercase;
- font-weight: bold;
vertical-align: middle;
}
.oc-listen-moderate-form a.oc-actionLink {
padding: 0.25em 0.5em;
}
-.oc-listen-moderate-form input.oc-actionLink.oc-chooseThis {
- color: #FFF;
- background: #444;
-}
.oc-listen-moderate-form .oc-form-fieldBlock {
white-space: nowrap;
display: block;
Modified: opencore/trunk/opencore/nui/listen/moderation.pt
===================================================================
--- opencore/trunk/opencore/nui/listen/moderation.pt 2007-07-31 15:48:25 UTC
(rev 7877)
+++ opencore/trunk/opencore/nui/listen/moderation.pt 2007-07-31 17:54:46 UTC
(rev 7878)
@@ -41,18 +41,15 @@
<input class="oc-actionLink" type="submit"
name="post_approve" i18n:attributes="value" value="Approve" title="Allow this
message to be posted" />
</li>
<li>
- <input class="oc-actionLink" type="submit"
name="post_discard" i18n:attributes="value" value="Discard" title="Deny this
message without notifying the sender" />
+ <input class="oc-actionLink" type="submit"
name="post_discard" i18n:attributes="value" value="Discard (Spam)" title="Deny
this message without notifying the sender" />
</li>
- <li>
- <input class="oc-actionLink" type="submit"
name="post_discard" i18n:attributes="value" value="Spam" title="Deny this
message" />
- </li>
<li class="oc-js-liveEdit_showForm">
<a class="oc-actionLink" href="#" title="Deny this
message and notify the sender, message optional">Reject</a>
</li>
</ul>
<div class="oc-js-liveEdit-editForm oc-liveEdit-editForm
oc-form-fieldBlock" style="display: none;"
tal:condition="python:is_post_moderated or is_membership_moderated">
<label class="oc-smallText"
for="message_reject_reason">
- <strong>Message</strong> <span
class="oc-discreetText">(optional)</span>
+ <strong>Reason:</strong> <span
class="oc-discreetText">(optional)</span>
</label>
<input id="message_reject_reason"
name="reject_reason" type="text" />
<input class="oc-actionLink" type="submit"
name="post_reject" i18n:attributes="value" value="Reject" title="Deny this
message and notify the sender, message optional"/> or <a href="#"
class="oc-js-liveEdit_hideForm">Cancel</a>
--
Archive:
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2007/07/1185904487104
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.