diff options
Diffstat (limited to 'templates/view_movement.tpl')
| -rw-r--r-- | templates/view_movement.tpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/view_movement.tpl b/templates/view_movement.tpl index f3d157f..f038cb6 100644 --- a/templates/view_movement.tpl +++ b/templates/view_movement.tpl @@ -1,12 +1,11 @@ {strip} <div class="display stock"> - <div class="floaticon"> - {if $gBitUser->hasPermission('p_stock_create')} - <a title="{tr}Edit{/tr}" href="{$smarty.const.STOCK_PKG_URL}edit_movement.php?content_id={$gContent->mContentId}">{biticon ipackage="icons" iname="edit" iexplain="Edit Movement"}</a> - {/if} - </div> - <div class="header"> + <div class="floaticon"> + {if $gBitUser->hasPermission('p_stock_create')} + <a title="{tr}Edit{/tr}" href="{$smarty.const.STOCK_PKG_URL}edit_movement.php?content_id={$gContent->mContentId}">{biticon ipackage="icons" iname="edit" iexplain="Edit Movement"}</a> + {/if} + </div> <h1>{$gContent->getTitle()|escape}</h1> </div> |
