Closed kvdmolen closed 9 years ago
This is mostly done: I have restructured the HTML to unordered list, and added classes for notification supporting
, interested
, and last
. Had to move some lua code around for this part.
However, I'm not sure where to find delegated and notifications. Any clarification you can provide would be helpful.
notification
: my mistake, that does not appear heredelegated
: Look here (login as administrator) http://178.62.254.91/lf/issue/show/1.html?tempstore=6dm5jqc6cl75hs56s5r3xlt5zn this issue is delegated (as explained in #34). If possible (if difficult, please skip), add the class .delegated
to the <li class="issue">
element when an issue is delegated.NEW THINGS
.active
to the <li class="home">
when currently in homepage?
so then it becomes <li class="home active">
when on homepage<li class="last">
element, please do so if possible (not very important).<li class="last">
<img title="you are subscribed"..>
form the breadcrumb, and place .subscribed
in the <li class="area">
if user is subscribed.I got everything here except .subscribed
. Will revisit that.
.subscribed
done. Sorry, I had to figure out how to get the area delegation info from inside another file.
Cleanup Breadcrumb HTML:
<span class="spacer"> » </span>
<img>
with class-names (e.g..notification
and/or.supporting
). PS the<img>
indicates if the viewer is actually for example supporting the issue. So only the class-name is the image is there (and remove image)<span>
wrappers<ul>
.delegated
class:<a href="../../delegation/show.html?issue_id=1" class="delegation_info suspended"></a></span>
Old HTML:
New HTML:
Preferably also add
.last
to the last<li>
element.