View | Details | Raw Unified | Return to bug 28872
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/logs.pref (-7 / +6 lines)
Lines 45-52 Logging: Link Here
45
        -
45
        -
46
            - pref: AcquisitionLog
46
            - pref: AcquisitionLog
47
              choices:
47
              choices:
48
                  on: Log
48
                  1: Log
49
                  off: "Don't log"
49
                  0: "Don't log"
50
            - when acquisition actions take place.
50
            - when acquisition actions take place.
51
        -
51
        -
52
            - pref: IssueLog
52
            - pref: IssueLog
Lines 99-112 Logging: Link Here
99
        -
99
        -
100
            - pref: NoticesLog
100
            - pref: NoticesLog
101
              choices:
101
              choices:
102
                  on: Log
102
                  1: Log
103
                  off: "Don't log"
103
                  0: "Don't log"
104
            - " changes to notice templates."
104
            - " changes to notice templates."
105
        -
105
        -
106
            - pref: NewsLog
106
            - pref: NewsLog
107
              choices:
107
              choices:
108
                  on: Log
108
                  1: Log
109
                  off: "Don't log"
109
                  0: "Don't log"
110
            - " changes to news entries and other contents managed in the news tool."
110
            - " changes to news entries and other contents managed in the news tool."
111
    Debugging:
111
    Debugging:
112
        -
112
        -
113
- 

Return to bug 28872