rearrange the moderate comment UI.
svn path=/plone.app.discussion/trunk/; revision=27735
This commit is contained in:
parent
d3f9b90546
commit
15b7347626
@ -15,6 +15,7 @@
|
||||
<h1 class="documentFirstHeading" i18n:translate="title_review">
|
||||
Moderate comments
|
||||
</h1>
|
||||
|
||||
<ul class="filter">
|
||||
<li class="all">
|
||||
<form method="post"
|
||||
@ -46,11 +47,15 @@
|
||||
</li>
|
||||
-->
|
||||
</ul>
|
||||
|
||||
<form method="post"
|
||||
action="#"
|
||||
class="bulkactions"
|
||||
tal:attributes="action string:${context/absolute_url}/@@bulk-actions">
|
||||
|
||||
<table id="review-comments" class="listing" style="width: 100%" tal:condition="items">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="nosort bulkactions" colspan="7">
|
||||
<select name="form.select.BulkAction">
|
||||
<option selected="selected" value="-1" i18n:translate="title_bulkactions">Bulk Actions</option>
|
||||
<!--<option value="retract" i18n:translate="bulkactions_retract">Retract</option>-->
|
||||
@ -67,10 +72,8 @@
|
||||
value="Apply"
|
||||
name="form.button.BulkAction"
|
||||
i18n:attributes="value label_apply;" />
|
||||
|
||||
|
||||
<table id="review-comments" class="listing" style="width: 100%" tal:condition="items">
|
||||
<thead>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="nosort"><input name="check_all" type="checkbox" value="0" /></th>
|
||||
<th i18n:translate="heading_author">Commenter</th>
|
||||
|
@ -51,11 +51,12 @@
|
||||
---------------------------------------------------------------- */
|
||||
|
||||
ul.filter {
|
||||
margin: 0.5em 0 0.5em 0em;
|
||||
margin: 1em 0 0 1em;
|
||||
}
|
||||
|
||||
.filter li {
|
||||
display: inline;
|
||||
margin: 0 0.2em;
|
||||
}
|
||||
|
||||
.filter li a:link {
|
||||
@ -68,10 +69,14 @@ ul.filter {
|
||||
|
||||
.filter .selected {
|
||||
background-color: #DEE7EC;
|
||||
border-bottom: 1px solid #DEE7EC;
|
||||
}
|
||||
.bulkactions {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#dobulkaction {
|
||||
margin: 0.2em 0;
|
||||
margin: 0.45em 0;
|
||||
}
|
||||
|
||||
form.workflow_action {
|
||||
@ -81,3 +86,11 @@ form.workflow_action {
|
||||
form.delete {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#review-comments {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#review-comments select {
|
||||
margin: 0.1em 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user