[Tickets #11780] Only checkboxes, no links are displayed in the directory listing
bugs at horde.org
bugs at horde.org
Wed Nov 28 23:24:29 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11780
------------------------------------------------------------------------------
Ticket | 11780
Created By | Joerg.Pulz at frm2.tum.de
Summary | Only checkboxes, no links are displayed in the
| directory listing
Queue | Gollem
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Joerg.Pulz at frm2.tum.de (2012-11-28 23:24) wrote:
When accessing an SMB share the connection and getting the initial
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:
<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>
More information about the bugs
mailing list