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

마지막으로 [b]

변경사항 (가장 최근의 "소소한 수정"부터) (다른 변경사항 없음)

-3,7 +3,7
* 이 홈페이지에서는 개별 페이지에 따라 락이 걸린 상태라서 그게 더 합당한데, 만일 사이트 전체에 락을 거는 경우라면 고치지 않는게 더 나을 듯도 하다.
:
{{{perl
{{{#!vim perl
sub DoEdit {
    ...
    if (!&UserCanEdit($id, 1)) {


페이지 수정 불가 메시지에, 사이트 제목 대신 페이지명이 나오도록 수정 (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])
891 hits | Permalink | 변경내역 보기 [h] | 페이지 소스 보기