Iconbarlist: fix embedded who is online list
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 6 Aug 2012 18:51:29 +0000 (20:51 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 6 Aug 2012 18:51:29 +0000 (20:51 +0200)
  - use ?% conditional which probably didn't exist when this template was created
  - for some reason mixing ' and " worked before, but not anymore. fix it.

webcit/static/t/who/iconbar_section.html

index 4cb82c306f95297a16f990a37cb9051894bec579..8105e94eeb5211b6485d1c134d68ade3d79d6f8b 100644 (file)
@@ -1 +1 @@
-<li class="<??("WHO:IDLE", 4)>activeuser<?!("X", 4)><?!("WHO:IDLE", 5)>inactiveuser<?!("X", 5)>"><a href="do_template?template=user_show?who=<?WHO:NAME("U")>'><?WHO:NAME("X")></a></li>
+<li class="<?%("WHO:IDLE", 1, 0, 0, "inactiveuser", "activeuser")>"><a href='do_template?template=user_show?who=<?WHO:NAME("U")>'><?WHO:NAME("X")></a></li>