C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\webcalendar\help_layers.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
include_once 'includes/init.php';
print_header('','','',true);
?>

<h2><?php etranslate("Help")?><?php etranslate("Layers")?></h2>

<table style="border-width:0px;">
    <tr><td colspan="2">
        <?php etranslate("Layers are useful for displaying other users' events in your own calendar.  You can specifiy the user and the color the events will be displayed in.")?>
    </td></tr>
    <tr><td colspan="2">&nbsp;</td></tr>
    <tr><td class="help">
        <?php etranslate("Add/Edit/Delete")?>:</td><td>
        <?php etranslate("Clicking the Edit Layers link in the admin section at the bottom of the page will allow you to add/edit/delete layers.")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Source")?>:</td><td>
        <?php etranslate("Specifies the user that you would like to see displayed in your calendar.")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Colors")?>:</td><td>
        <?php etranslate("The text color of the new layer that will be displayed in your calendar.")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Duplicates")?>:</td><td>
        <?php etranslate("If checked, events that are duplicates of your events will be shown.")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Disabling")?>:</td><td>
        <?php etranslate("Press the Disable Layers link in the admin section at the bottom of the page to turn off layers.")?>
    </td></tr>
    <tr><td class="help">
        <?php etranslate("Enabling")?>:</td><td>
        <?php etranslate("Press the Enable Layers link in the admin section at the bottom of the page to turn on layers.")?>
    </td></tr>
</table>
<br /><br />

<?php if ( $allow_color_customization ) { ?>
    <h3><?php etranslate("Colors")?></h3>
    <?php etranslate("colors-help")?>
    <br /><br />
<?php // if $allow_color_customization ?>

<?php include_once "includes/help_trailer.php"?>
</body>
</html>