Fix wrong tabs id in calendar app, edit popup window

This commit is contained in:
Hadi Nategh 2013-11-08 11:21:12 +00:00
parent aa42d85575
commit 511dbe1bea

View File

@ -328,16 +328,16 @@
</hbox> </hbox>
</row> </row>
<row> <row>
<tabbox id="calendar.edit.general|calendar.edit.description|calendar.edit.participants|calendar.edit.recurrence|calendar.edit.custom|calendar.edit.links|calendar.edit.alarms|calendar.edit.history" span="all"> <tabbox id="tabs" span="all">
<tabs> <tabs>
<tab id="calendar.edit.general" label="General" statustext="Location, Start- and Endtimes, ..."/> <tab id="general" label="General" statustext="Location, Start- and Endtimes, ..."/>
<tab id="calendar.edit.description" label="Description" statustext="Full description"/> <tab id="description" label="Description" statustext="Full description"/>
<tab id="calendar.edit.participants" label="Participants" statustext="Participants, Resources, ..."/> <tab id="participants" label="Participants" statustext="Participants, Resources, ..."/>
<tab id="calendar.edit.recurrence" label="Recurrence" statustext="Repeating Event Information"/> <tab id="recurrence" label="Recurrence" statustext="Repeating Event Information"/>
<tab id="calendar.edit.custom" label="Custom" statustext="Custom fields"/> <tab id="custom" label="Custom" statustext="Custom fields"/>
<tab id="calendar.edit.links" label="Links" statustext="Links, Attachments"/> <tab id="links" label="Links" statustext="Links, Attachments"/>
<tab id="calendar.edit.alarms" label="Alarms" statustext="Alarm management"/> <tab id="alarms" label="Alarms" statustext="Alarm management"/>
<tab id="calendar.edit.history" label="History" statustext="Change history"/> <tab id="history" label="History" statustext="Change history"/>
</tabs> </tabs>
<tabpanels> <tabpanels>
<template id="calendar.edit.general"/> <template id="calendar.edit.general"/>