Summary | Only checkboxes, no links are displayed in the directory listing |
Queue | Gollem |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | Joerg.Pulz (at) frm2 (dot) tum (dot) de |
Created | 11/28/2012 (4604 days ago) |
Due | |
Updated | 11/30/2012 (4602 days ago) |
Assigned | |
Resolved | 11/30/2012 (4602 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Only checkboxes, no links are displayed in the directory listing
Queue ⇒ Gollem
Milestone ⇒
Patch ⇒ No
directory listing works.
The WebUI shows the correct amount of items but for every item in the
list, there is only a checkbox (centered on the result page) displayed
but no link or any other information.
This makes gollem unusable.
Here is a snippet of the page source:
<!--a75c305b1c0a6022--><table class="horde-table">
<thead>
<tr>
<th style="text-align:center" width="1%"><input type="checkbox"
class="checkbox" id="checkall" name="checkAll" title="Check All/None
(Accesskey A)" accesskey="A" /></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center"><input type="checkbox"
class="checkbox" name="items[]" value="Folder0" /></td>
</tr>
<tr>
<td style="text-align:center"><input type="checkbox"
class="checkbox" name="items[]" value="Folder1" /></td>
</tr>
<tr>
<td style="text-align:center"><input type="checkbox"
class="checkbox" name="items[]" value="Folder2" /></td>
</tr>
<tr>
<td style="text-align:center"><input type="checkbox"
class="checkbox" name="items[]" value="Folder3" /></td>
</tr>