공통관리자: 너비 가변 변경 작업 중

This commit is contained in:
whitedot
2013-10-11 16:43:18 +09:00
parent 7ec7f0b46c
commit fe15f022cb
100 changed files with 7539 additions and 7495 deletions

View File

@ -178,7 +178,7 @@ function help($help="")
{
global $g5;
$str = '<span class="adm_field_explain">'.str_replace("\n", "<br>", $help).'</span>';
$str = '<span class="frm_info">'.str_replace("\n", "<br>", $help).'</span>';
return $str;
}
@ -186,7 +186,7 @@ function help($help="")
// 출력순서
function order_select($fld, $sel='')
{
$s = '<select name="'.$fld.'">';
$s = '<select name="'.$fld.'" id="'.$fld.'">';
for ($i=1; $i<=100; $i++) {
$s .= '<option value="'.$i.'" ';
if ($sel) {