nopStation / NopRoot

NopRoot free nopCommerce theme
http://demo.nop-station.com/#NopRoot
4 stars 1 forks source link

The two top buttons should be "PostEdit" and "PostDelete" and not "TopicEdit" and "TopicDelete" #19

Closed nopStation closed 10 years ago

nopStation commented 10 years ago

views/boards/_forumPost.cshtml,

nopStation commented 10 years ago

Affeted file: views/boards/_forumPost.cshtml

Line no: 11 and 16 Code:

@if (Model.IsCurrentCustomerAllowedToEditPost) {   @T("Forum.EditPost") } @if (Model.IsCurrentCustomerAllowedToDeletePost) {   @T("Forum.DeletePost") }