diff options
| author | Stephan Borg <wolff_borg@users.sourceforge.net> | 2006-01-31 11:53:14 +0000 |
|---|---|---|
| committer | Stephan Borg <wolff_borg@users.sourceforge.net> | 2006-01-31 11:53:14 +0000 |
| commit | 28bdc15fc412f86cb0229a42141f014213bd6b1f (patch) | |
| tree | 37e423d963be66883fb3bbee10f0551938f4794d /templates | |
| parent | e602c3f3005087fe2e88abe030a8c489f8aa135e (diff) | |
| download | newsletters-28bdc15fc412f86cb0229a42141f014213bd6b1f.tar.gz newsletters-28bdc15fc412f86cb0229a42141f014213bd6b1f.tar.bz2 newsletters-28bdc15fc412f86cb0229a42141f014213bd6b1f.zip | |
Fixed delete link
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_edition.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_edition.tpl b/templates/view_edition.tpl index ec77519..52dbd23 100644 --- a/templates/view_edition.tpl +++ b/templates/view_edition.tpl @@ -5,7 +5,7 @@ {if $gContent->isOwner() || $gBitUser->hasPermission( 'bit_p_admin_newsletters' )} <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?edition_id={$gContent->mEditionId}">{biticon ipackage=liberty iname="edit" iexplain="edit"}</a> - <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition_edit.php?edition_id={$gContent->mEditionId}&remove=1">{biticon ipackage=liberty iname="delete" iexplain="delete"}</a> + <a href="{$smarty.const.NEWSLETTERS_PKG_URL}edition.php?edition_id={$gContent->mEditionId}&remove=1">{biticon ipackage=liberty iname="delete" iexplain="delete"}</a> {/if} {if $gBitUser->hasPermission('bit_p_admin_newsletters')} <a href="{$smarty.const.NEWSLETTERS_PKG_URL}admin/send.php?edition_id={$gContent->mEditionId}">{biticon ipackage=liberty iname="mail_send" iexplain="email this post"}</a> |
