diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-06 23:54:19 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-06 23:54:19 +0100 |
| commit | ab2516865c43f0915e67896acd2442080c8b9bd4 (patch) | |
| tree | 798bed39e591934a526545859a6958200e1f8900 | |
| parent | 0edd6dc51be042fc87f910ec3c1f747878638d5f (diff) | |
| parent | 2a1ccc9c820bd768b8bbe9bd885b2f4a97b03b6f (diff) | |
| download | tags-ab2516865c43f0915e67896acd2442080c8b9bd4.tar.gz tags-ab2516865c43f0915e67896acd2442080c8b9bd4.tar.bz2 tags-ab2516865c43f0915e67896acd2442080c8b9bd4.zip | |
Merge with github
| -rw-r--r-- | templates/list_content.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl index 216c513..ee227c3 100644 --- a/templates/list_content.tpl +++ b/templates/list_content.tpl @@ -74,10 +74,10 @@ <td class="alignleft">{displayname real_name=$item.modifier_real_name user=$item.modifier_user}</td> {/if} {if $gBitSystem->isFeatureActive( 'tags_list_lastmodif' )} - <td class="aligncenter">{$item.last_modified|bit_short_date}</td> + <td class="content-center">{$item.last_modified|bit_short_date}</td> {/if} {if $gBitSystem->isFeatureActive( 'tags_list_ip' )} - <td class="aligncenter">{$item.ip}</td> + <td class="content-center">{$item.ip}</td> {/if} </tr> {foreachelse} |
