6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1313] js error
*
Your Email Address
*
Spam protection
Enter the letters below:
__ . ..__..__ . . / `| |[__][__)|\/| \__.|/\|| || | |
Comment
> in file templates/browse/column_headers.inc > $prefs->getValue('sortdir') returns for me empty string, therefore it > generates invalid javascript code. Tere is a patch: > > > > 13c13 > > < <a class="widget" href="" onclick="Sort(0, <?php echo > $prefs->getValue('sortdir') ?>); return false;"><?php echo > $attributes['name']['label'] ?></a> > > --- > >> <a class="widget" href="" onclick="Sort(0, <?php echo >> intval($prefs->getValue('sortdir')) ?>); return false;"><?php echo >> $attributes['name']['label'] ?></a> > > 18c18 > > < <a class="widget" href="" onclick="Sort(<?php echo $i ?>, > <?php echo $prefs->getValue('sortdir') ?>); return false;"><?php echo > $attributes[$columns[$i-1]]['label'] ?></a> > > --- > >> <a class="widget" href="" onclick="Sort(<?php echo $i ?>, >> <?php echo intval($prefs->getValue('sortdir')) ?>); return >> false;"><?php echo $attributes[$columns[$i-1]]['label'] ?></a> > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers