Blame view

sources/apps/tasks/templates/no-calendar-app.php 349 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
  <?php
  /**
   * Copyright (c) 2012 Bart Visscher <bartv@thisnet.nl>
   * This file is licensed under the Affero General Public License version 3 or
   * later.
   * See the COPYING-README file.
   */
  print_unescaped('<ul><li class="error">');
  p($l->t('The calendar application also need to be enabled to use this application.'));
  print_unescaped('</li></ul>');