Commit a4075418a43c37bfe74db5da2b67099b5ee8a96a
1 parent
c5146fda
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,7 +40,7 @@ to browse to the folder you wish to create the unit folder into.{/i18n}</p> | ||
| 40 | href="{$smarty.server.PHP_SELF|addQueryString:"action=main"}" | 40 | href="{$smarty.server.PHP_SELF|addQueryString:"action=main"}" |
| 41 | class="ktCancelLink">{i18n}Cancel{/i18n}</a> --> | 41 | class="ktCancelLink">{i18n}Cancel{/i18n}</a> --> |
| 42 | <input type="submit" | 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 | </div> | 44 | </div> |
| 45 | </fieldset> | 45 | </fieldset> |
| 46 | </form> | 46 | </form> |