Commit 1677436e89194e26e23110ee0b2c7d5d24b24da5
1 parent
0157d91a
Use i18n on the cancel button
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4729 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/principals/addunit.smarty
| ... | ... | @@ -40,7 +40,7 @@ to browse to the folder you wish to create the unit folder into.{/i18n}</p> |
| 40 | 40 | href="{$smarty.server.PHP_SELF|addQueryString:"action=main"}" |
| 41 | 41 | class="ktCancelLink">{i18n}Cancel{/i18n}</a> --> |
| 42 | 42 | <input type="submit" |
| 43 | -name="kt_cancel[{$smarty.server.PHP_SELF|escape}]" value="Cancela" /> | |
| 43 | +name="kt_cancel[{$smarty.server.PHP_SELF|escape}]" value="{i18n}Cancel{/i18n}" /> | |
| 44 | 44 | </div> |
| 45 | 45 | </fieldset> |
| 46 | 46 | </form> | ... | ... |