projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
276d174
)
One more fix
author
Luzifr
<szekely@woltlab.com>
Mon, 13 Feb 2012 19:37:37 +0000
(20:37 +0100)
committer
Luzifr
<szekely@woltlab.com>
Mon, 13 Feb 2012 19:37:37 +0000
(20:37 +0100)
acptemplates/languageAdd.tpl
patch
|
blob
|
blame
|
history
diff --git
a/acptemplates/languageAdd.tpl
b/acptemplates/languageAdd.tpl
index bab2d1794af23893c09ab4f86b1d747a53e2fe3c..338377eea9065019502e4bed1fa5a455d5dc44d3 100644
(file)
--- a/
acptemplates/languageAdd.tpl
+++ b/
acptemplates/languageAdd.tpl
@@
-38,6
+38,8
@@
<dt><label for="import">{lang}wcf.acp.language.add.mode{/lang}</label></dt>
<dd>
<label><input type="radio" name="mode" value="import" id="import" {if $mode == 'import'}checked="checked" {/if}/> {lang}wcf.acp.language.add.mode.import{/lang}</label>
+ </dd>
+ <dd>
<label><input type="radio" name="mode" value="copy" id="copy" {if $mode == 'copy'}checked="checked" {/if}/> {lang}wcf.acp.language.add.mode.copy{/lang}</label>
</dd>
</dl>