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

(-)a/installer/data/mysql/en/optional/sample_news.yml (-3 / +6 lines)
Lines 26-39 tables: Link Here
26
      multiline: [ content ]
26
      multiline: [ content ]
27
      rows:
27
      rows:
28
        - title: "Welcome to Koha"
28
        - title: "Welcome to Koha"
29
          category: "news"
30
          location: "staff_only"
29
          content:
31
          content:
30
            - "Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe."
32
            - "Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe."
31
          lang: "koha"
33
          lang: "default"
32
          published_on: "2007-10-29 05:25:58"
34
          published_on: "2007-10-29 05:25:58"
33
          expirationdate: "2099-01-10"
35
          expirationdate: "2099-01-10"
34
          number: 1
36
          number: 1
35
37
36
        - title: "What's Next?"
38
        - title: "What's Next?"
39
          category: "news"
40
          location: "staff_only"
37
          content:
41
          content:
38
            - "Now that you've installed Koha, what's next? Here are some suggestions:"
42
            - "Now that you've installed Koha, what's next? Here are some suggestions:"
39
            - "<ul>"
43
            - "<ul>"
Lines 45-51 tables: Link Here
45
            - "<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
49
            - "<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
46
            - "</ul>"
50
            - "</ul>"
47
            - ""
51
            - ""
48
          lang: "koha"
52
          lang: "default"
49
          published_on: "2007-10-29 05:34:45"
53
          published_on: "2007-10-29 05:34:45"
50
          expirationdate: "2099-01-10"
54
          expirationdate: "2099-01-10"
51
          number: 2
55
          number: 2
52
- 

Return to bug 24387