6.0.0-beta1
7/7/25

[#11780] Only checkboxes, no links are displayed in the directory listing
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

History
11/30/2012 02:31:27 PM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
You don't have any columns selected to be displayed in your preferences.
11/28/2012 11:24:29 PM Joerg (dot) Pulz (at) frm2 (dot) tum (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Only checkboxes, no links are displayed in the directory listing
Queue ⇒ Gollem
Milestone ⇒
Patch ⇒ No
Reply to this comment
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:

<!--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>

Saved Queries