diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-10-03 07:00:13 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-10-03 07:00:13 +0000 |
| commit | 5230025096551bae4937b082e03d0bddf576b6e4 (patch) | |
| tree | 9470617fd817e861c0b06d90174694bc2ecc0ce8 /templates/page_history.tpl | |
| parent | 8f74dae6d0fad65d7b5a14e1bee6c82060dd42c2 (diff) | |
| download | wiki-5230025096551bae4937b082e03d0bddf576b6e4.tar.gz wiki-5230025096551bae4937b082e03d0bddf576b6e4.tar.bz2 wiki-5230025096551bae4937b082e03d0bddf576b6e4.zip | |
get rollback working again, remove trailing witespace, indent with tabs, clean up whitespace.
Diffstat (limited to 'templates/page_history.tpl')
| -rw-r--r-- | templates/page_history.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page_history.tpl b/templates/page_history.tpl index b223092..473af9d 100644 --- a/templates/page_history.tpl +++ b/templates/page_history.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_history.tpl,v 1.13 2007/08/25 02:26:05 laetzer Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_history.tpl,v 1.14 2007/10/03 07:00:13 squareing Exp $ *} {strip} <div class="admin wiki"> <div class="header"> @@ -81,7 +81,7 @@ • {smartlink ititle="Difference" page_id=`$gContent->mPageId` diff2=`$item.version`} • {smartlink ititle="Source" page_id=`$gContent->mPageId` source=`$item.version`} {if $gBitUser->hasPermission( 'p_wiki_rollback' )} - • {smartlink iurl="rollback.php" ititle="Rollback" page_id=`$gContent->mPageId` version=`$item.version`} + • {smartlink ititle="Rollback" page_id=`$gContent->mPageId` rollback=`$item.version`} {/if} </td> <td style="text-align:right;"> |
