Commit eb449f9d22c27dd94a3ae9339ee40c085475b568

Authored by bshuttle
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
templates/kt3/notifications/subscriptions.ModifyDocument.smarty
... ... @@ -2,7 +2,7 @@
2 2 <dd class="actionmessage">
3 3 <!-- could break this up. -->
4 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 6 <div class="actionoptions">
7 7 {if !$is_broken}
8 8 <a href="{ktLink base="notify.php" query="id=`$info.notify_id`"}">{i18n}View Document{/i18n}</a>
... ...