*** empty log message ***

SVN revision: 811
This commit is contained in:
Stefan Ritt 2004-03-05 21:41:55 +00:00
parent b1f0bf03f3
commit 110ed47eac
2 changed files with 19 additions and 3 deletions

View File

@ -832,8 +832,20 @@ as described unter the "<I>Subst &lt;attribute&gt;</I>" option.
<LI><b><code>List display = &lt;list&gt;</code></b> <LI><b><code>List display = &lt;list&gt;</code></b>
<br> <br>
Specified the display and order of items in a message listing page or a search Specified the display and order of items in a message listing page or a search
result page. In addition to all attributes, one can specify here <b>"ID"</b> for result page. In addition to all attributes, following items can be specified:
the message ID and <b>"Date"</b>. The restriction to certain <br><br>
<UL>
<LI><b><code>ID</code></b> for the entry ID
<LI><b><code>Date</code></b> for the entry date/time
<LI><b><code>Edit</code></b> to display a column with an edit icon to directly edit
and entry
<LI><b><code>Delete</code></b> to display a column with a delete icon to directly delete
and entry
</UL>
<br>
The restriction to certain
attributes can be helpful if many attributes are defined in a logbook, which attributes can be helpful if many attributes are defined in a logbook, which
usually makes the table too big to fit in the browser. The default usually makes the table too big to fit in the browser. The default
is<br> is<br>

View File

@ -42,6 +42,10 @@ starting at the items with the most votes. You can vote for a feature, or sugges
<tr><td>Implement multi-line attributes<td>2</tr> <tr><td>Implement multi-line attributes<td>2</tr>
<tr><td>Derive attribute options from list of entries of another logbook<td>1</tr> <tr><td>Derive attribute options from list of entries of another logbook<td>1</tr>
<tr><td>Derive list of options for attribute from user list (Options [attrib] = $user_list)<td>1</tr> <tr><td>Derive list of options for attribute from user list (Options [attrib] = $user_list)<td>1</tr>
<tr><td>Add/Remove logbooks though the web interface<td>1</tr>
<tr><td>Specify date format explicitly for substitutions, like $entry date{%Y}<td>1</tr>
<tr><td>Implement attribute substituions including message id (or change message id display fromat)<td>1</tr>
<tr><td>Only display a subset of attributes if not logged in (guest mode)<td>1</tr>
</table></center><p> </table></center><p>