Commit eb449f9d22c27dd94a3ae9339ee40c085475b568
1 parent
fee1b7e4
remove extraneous "object" at the end of subscriptions.modifydocument
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5986 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/notifications/subscriptions.ModifyDocument.smarty
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <dd class="actionmessage"> | 2 | <dd class="actionmessage"> |
| 3 | <!-- could break this up. --> | 3 | <!-- could break this up. --> |
| 4 | The document "{$info.object_name}" has been changed in the folder "{$info.location_name}"{if ($info.has_actor)} | 4 | The document "{$info.object_name}" has been changed in the folder "{$info.location_name}"{if ($info.has_actor)} |
| 5 | - by {$info.actor_name}{/if}. {$info.object} | 5 | + by {$info.actor_name}{/if}. |
| 6 | <div class="actionoptions"> | 6 | <div class="actionoptions"> |
| 7 | {if !$is_broken} | 7 | {if !$is_broken} |
| 8 | <a href="{ktLink base="notify.php" query="id=`$info.notify_id`"}">{i18n}View Document{/i18n}</a> | 8 | <a href="{ktLink base="notify.php" query="id=`$info.notify_id`"}">{i18n}View Document{/i18n}</a> |