make tab names translatable

This commit is contained in:
Georg Ehrke 2012-01-31 17:15:25 +01:00
parent f91702d7b5
commit 149bbeb260
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<ul>
<li><a href="#tabs-1">Eventinfo</a></li>
<li><a href="#tabs-2">Repeating</a></li>
<li><a href="#tabs-3">Attendees</a></li>
<li><a href="#tabs-4">Alarm</a></li>
<li><a href="#tabs-1"><?php echo $l->t('Eventinfo'); ?></a></li>
<li><a href="#tabs-2"><?php echo $l->t('Repeating'); ?></a></li>
<li><a href="#tabs-3"><?php echo $l->t('Attendees'); ?></a></li>
<li><a href="#tabs-4"><?php echo $l->t('Alarm'); ?></a></li>
</ul>
<div id="tabs-1">
<table width="100%">