summaryrefslogtreecommitdiff
path: root/templates/article_history.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-06 16:17:08 -0400
committerspiderr <spider@viovio.com>2013-04-06 16:17:08 -0400
commit8a276edeff30bf8c0f924733c5844be8b933f668 (patch)
tree79933d1a67b79bbbe843f70a9c66a2ae52f7b64a /templates/article_history.tpl
parent1a9619dd4be813b5bd2581bca20b37b2603452e9 (diff)
downloadarticles-8a276edeff30bf8c0f924733c5844be8b933f668.tar.gz
articles-8a276edeff30bf8c0f924733c5844be8b933f668.tar.bz2
articles-8a276edeff30bf8c0f924733c5844be8b933f668.zip
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'templates/article_history.tpl')
-rw-r--r--templates/article_history.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/article_history.tpl b/templates/article_history.tpl
index b447815..d722fd4 100644
--- a/templates/article_history.tpl
+++ b/templates/article_history.tpl
@@ -63,7 +63,7 @@
<tr class="odd">
<td colspan="4">
<a href="{$gContent->mInfo.display_url}">{tr}Current{/tr}</a>
- &nbsp;&bull;&nbsp;{smartlink ititle="Source" article_id=`$gContent->mArticleId` source="current"}
+ &nbsp;&bull;&nbsp;{smartlink ititle="Source" article_id=$gContent->mArticleId source="current"}
</td>
</tr>
@@ -76,13 +76,13 @@
</tr>
<tr class="{cycle values='even,odd'}">
<td colspan="3">
- {smartlink ititle="View" article_id=`$gContent->mArticleId` preview=`$item.version`}
- &nbsp;&bull;&nbsp;{smartlink ititle="Compare" article_id=`$gContent->mArticleId` compare=`$item.version`}
- &nbsp;&bull;&nbsp;{smartlink ititle="Difference" article_id=`$gContent->mArticleId` diff2=`$item.version`}
- &nbsp;&bull;&nbsp;{smartlink ititle="Source" article_id=`$gContent->mArticleId` source=`$item.version`}
+ {smartlink ititle="View" article_id=$gContent->mArticleId preview=$item.version}
+ &nbsp;&bull;&nbsp;{smartlink ititle="Compare" article_id=$gContent->mArticleId compare=$item.version}
+ &nbsp;&bull;&nbsp;{smartlink ititle="Difference" article_id=$gContent->mArticleId diff2=$item.version}
+ &nbsp;&bull;&nbsp;{smartlink ititle="Source" article_id=$gContent->mArticleId source=$item.version}
{* Articles doesnt have rollback option yet
{if $gContent->hasUserPermission( 'p_articles_rollback' )}
- &nbsp;&bull;&nbsp;{smartlink iurl="rollback.php" ititle="Rollback" article_id=`$gContent->mArticleId` version=`$item.version`}
+ &nbsp;&bull;&nbsp;{smartlink iurl="rollback.php" ititle="Rollback" article_id=$gContent->mArticleId version=$item.version}
{/if}
*}
</td>