From: omidmottaghi Date: Fri, 1 Jul 2005 14:35:57 +0000 (+0000) Subject: calendar template for RTL languages X-Git-Tag: 0.9~358 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4072023bc272de7f3cf379add371d79d8210193d;p=s9y.git calendar template for RTL languages --- diff --git a/templates/default-rtl/plugin_calendar.tpl b/templates/default-rtl/plugin_calendar.tpl new file mode 100644 index 0000000..47fdfd3 --- /dev/null +++ b/templates/default-rtl/plugin_calendar.tpl @@ -0,0 +1,33 @@ + + + + + + + + + + + {foreach from=$plugin_calendar_dow item="dow"} + + {/foreach} + + + {foreach from=$plugin_calendar_weeks item="week"} + + {foreach from=$week.days item="day"} + + {/foreach} + + {/foreach} +
+{if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date} + {$CONST.BACK} +{/if} + + {$plugin_calendar_head.month_date|formatTime:"%B '%y":false} + +{if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date} + {$CONST.FORWARD} +{/if} +
{$dow.date|@formatTime:"%a":false}
{if isset($day.properties.Active) and $day.properties.Active}{/if}{$day.name|@default:" "}{if isset($day.properties.Active) and $day.properties.Active}{/if}