This repository has been archived on 2020-06-13. You can view files and clone it, but cannot push or open issues/pull-requests.
penguincoder.org-horde/templates/journal/listheader.inc

2 lines
558 B
HTML

<table class="solidbox" style="margin-left: 10%;width: 80%;" cellspacing="0">
<tr class="header"><td class="header" style="width: 20%;" align="right"><?php echo Horde::link(Util::addParameter(Util::addParameter(Horde::selfUrl(), 'order', 'date'), 'direction', ($direction ? '0' : '1')), _("Change Sort On Date"), 'header')?>Date Posted</a></td><td class="header"><?php echo Horde::link(Util::addParameter(Util::addParameter(Horde::selfUrl(), 'order', 'title'), 'direction', ($direction ? '0' : '1')), _("Change Sort On Title"), 'header')?>Title</a></td></tr>