diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:17:08 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:17:08 -0400 |
| commit | 8a276edeff30bf8c0f924733c5844be8b933f668 (patch) | |
| tree | 79933d1a67b79bbbe843f70a9c66a2ae52f7b64a /templates/article_history.tpl | |
| parent | 1a9619dd4be813b5bd2581bca20b37b2603452e9 (diff) | |
| download | articles-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.tpl | 12 |
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> - • {smartlink ititle="Source" article_id=`$gContent->mArticleId` source="current"} + • {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`} - • {smartlink ititle="Compare" article_id=`$gContent->mArticleId` compare=`$item.version`} - • {smartlink ititle="Difference" article_id=`$gContent->mArticleId` diff2=`$item.version`} - • {smartlink ititle="Source" article_id=`$gContent->mArticleId` source=`$item.version`} + {smartlink ititle="View" article_id=$gContent->mArticleId preview=$item.version} + • {smartlink ititle="Compare" article_id=$gContent->mArticleId compare=$item.version} + • {smartlink ititle="Difference" article_id=$gContent->mArticleId diff2=$item.version} + • {smartlink ititle="Source" article_id=$gContent->mArticleId source=$item.version} {* Articles doesnt have rollback option yet {if $gContent->hasUserPermission( 'p_articles_rollback' )} - • {smartlink iurl="rollback.php" ititle="Rollback" article_id=`$gContent->mArticleId` version=`$item.version`} + • {smartlink iurl="rollback.php" ititle="Rollback" article_id=$gContent->mArticleId version=$item.version} {/if} *} </td> |
