[첫화면으로]UseModWiki소스수정/수정불가메세지

마지막으로 [b]

페이지 수정 불가 메시지에, 사이트 제목 대신 페이지명이 나오도록 수정 (optional)

sub DoEdit {
    ...
    if (!&UserCanEdit($id, 1)) {
        ...
        } else {
### 다음 라인을 수정
#           print Ts('Editing not allowed: %s is read-only.', $SiteName);
            print Ts('Editing not allowed: %s is read-only.', $id);
###
        }
        print &GetCommonFooter();
        return;
    }
    # Consider sending a new user-ID cookie if user does not have one
    ...
}


위키위키분류

마지막 편집일: 2007-1-8 12:19 pm (변경사항 [d])
785 hits | Permalink | 변경내역 보기 [h] | 페이지 소스 보기