Commit 9b644ce3ff364bffbc2d76af7f7149a68020cfa5
1 parent
0a18f841
actually fix the #name bug.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5110 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/principals/editgroup.smarty
| 1 | 1 | <h2>Edit Group Details</h2> |
| 2 | 2 | |
| 3 | 3 | <p class="descriptiveText">{i18n arg_name=$edit_group->getName()}Change |
| 4 | -the system's information about group <strong>#name</strong>{/i18n}</p> | |
| 4 | +the system's information about group <strong>#name#</strong>{/i18n}</p> | |
| 5 | 5 | |
| 6 | 6 | <form action="{$smarty.server.PHP_SELF}" method="POST"> |
| 7 | 7 | <input type="hidden" name="action" value="saveGroup" /> | ... | ... |