Skip to content

Commit

Permalink
Added paper size to prints listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Migurski committed Feb 17, 2010
1 parent dba1d60 commit 28f4335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/templates/prints.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
<a href="{$base_dir}/print.php?id={$print.id|escape}">
<b id="print-{$print.id|escape}">{$print.age|nice_relativetime|escape}</b>
<br />
{$print.place_name|escape}</a>
{$print.place_name|escape} ({$print.paper_size|ucwords|escape})</a>
<br />

{else}
<a href="{$base_dir}/print.php?id={$print.id|escape}">
Expand Down

0 comments on commit 28f4335

Please sign in to comment.