* adjust var name and add notes for custom.

This commit is contained in:
wangyidong
2016-03-14 13:25:45 +08:00
parent b5059fa0a5
commit 5dfd9e57e9
5 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ EOT;
<td colspan='<?php $canAdd ? print(3) : print(2);?>' class='text-center'>
<?php
$appliedTo = array($currentLang => $lang->custom->currentLang, 'all' => $lang->custom->allLang);
echo html::radio('lang', $appliedTo, $setLang);
echo html::radio('lang', $appliedTo, $lang2Set);
echo html::submitButton();
if(common::hasPriv('custom', 'restore')) echo html::linkButton($lang->custom->restore, inlink('restore', "module=$module&field=$field"), 'hiddenwin');
?>