ncdc 1.18.1 + yxml manual + dcstats + minor restyle

...I need to commit more often.
This commit is contained in:
Yorhel 2014-02-11 10:28:26 +01:00
parent 610b0fb31c
commit 57e7bb546e
20 changed files with 339 additions and 56 deletions

4
Bug.pm
View file

@ -110,6 +110,10 @@ sub dbSave {
# TODO: pagination / filtering
sub htmlListing {
my($s, $l, $lnk) = @_;
if(!@$l) {
p class => 'bug_nolisting', 'No bugs found! Yay?';
return;
}
table class => 'bug_listing';
thead; Tr;
td class => 'bug_col_id', 'Id';