[openmeetings-user] Re: Editing Source: Searching for Labels
Done. This works great. Thanks a lot! Greetings, Alexander On 14 Nov., 15:00, "seba.wag...@gmail.com" wrote: > okay, > > I think the deleted flag is only active for the naviglobal table currently > becasue we have changed to load the Objects cascading lately. > > So you should stop Red5 and really delete the record from the table > navimain and restart Red5. > > Sebastian > > 2011/11/14 alexander supertramp > > > > > > > > > > > Restartet. Mysql, openmeetings also tried to restart my vm. > > > On 14 Nov., 13:34, "seba.wag...@gmail.com" > > wrote: > > > you need to restart RED5 to have db changes in the database cache of > > > openmeetings. > > > I have added some wiki page for that: > >http://code.google.com/p/openmeetings/wiki/CustomazingMainMenu > > > > Sebastian > > > > 2011/11/14 alexander supertramp > > > > > Oh thanks a lot. I didn't think about the option to change something > > > > in Mysql: > > > > > +-++---+- > > > > ++---+--+++-- > > > > ++---+- > > > > +++ > > > > | main_id | action | comment_field | deleted | > > > > fieldvalues_id | global_id | icon | isleaf | isopen | level_id | > > > > name | naviorder | starttime | > > > > tooltip_fieldvalues_id | updatetime | > > > > +-++---+- > > > > ++---+--+++-- > > > > ++---+- > > > > +++ > > > > | 1 | dashboardModuleStartScreen | | false > > > > | 290 | 1 | | | | 1 | > > > > Dashboard Module | 1 | 2011-11-11 16:42:59 > > > > | NULL | NULL | > > > > | 2 | dashboardModuleCalendar | | true > > > > | 291 | 1 | | | | 1 | > > > > Module Calendar | 2 | 2011-11-11 16:42:59 > > > > | NULL | NULL | > > > > > But the change of order was only an example. > > > > The task I want to achieve is the erasing of the Calender Button > > > > (labelid 291). > > > > I tried to update the database: > > > > update navimain SET deleted=”true” WHERE main_id = 2; > > > > But the Button is still in my menu. > > > > What is my fault? > > > > > On 14 Nov., 13:17, "seba.wag...@gmail.com" > > > > wrote: > > > > > you can change the order of menu entries in the navigation if you > > change > > > > > the attributes in the tables navimain and naviglobal in the database > > (and > > > > > restart Red5 after changing the values in the db) > > > > > > Sebastian > > > > > > 2011/11/14 alexander supertramp > > > > > > > Yes of Course! > > > > > > The tasks I want to accomplish are different. I don't want to > > change > > > > > > only the value of the labels. > > > > > > My target is to change for example the order of two buttons. > > > > > > Now i try to find these Buttons by searching in the sourcefiles for > > > > > > the labelid they have. > > > > > > My Problem is that I don't find the Label 291 in the sourcefile. > > > > > > I searched in every file for: > > > > > > labelid="291" > > > > > > labelid:291 > > > > > > label291 > > > > > > LabelName(291) > > > > > > But didn't find it. Are there more possibilities > > > > > > in adding a label? > > > > > > > By the way: > > > > > > Label 291 depends to a submenu Button > > > > > > > On 14 Nov., 12:03, "seba.wag...@gmail.com" > > > > > > wrote: > > > > > > > have you seen the Language Editor to edit the labels ?! > > > > > > > >http://code.google.com/p/openmeetings/wiki/LanguageEditor > > > > > > > > Sebastian > > > > > > > > 2011/11/14 alexander supertramp > > > > > > > > > Hey Sebastian, > > > > > > > > > to edit the source file I search for labels and I find the > > relevant > > > > > > > > file which I want to edit. > > > > > > > > These are the possibilites I found to search for labels. > > > > > > > > labelid="290" > > > > > > > > labelid:290 > > > > > > > > label290 > > > > > > > > LabelName(290) > > > > > > > > > At the moment I want to edit the submenu bar. Label:290 => > > Calender > > > > > > > > I tried to find the source file by searching for these > > possibilites > > > > > > > > but I had no luck. > > > > > > > > Maybe you could help me. > > > > > > > > Are there possibilites for adding an Label which I did not > > found > > > > out? > > > > > > > > It would be great if you help me. > > > > > > > > Thanks! > > > > > > > > > By the way: Greetings for acception for Apache's Incubator ;) > > > > > > > > > Greetings, > > > > > > > > Alexander > > > > > > > > > -- > > > > > > > > You received this message because you
Re: [openmeetings-user] Re: Editing Source: Searching for Labels
okay, I think the deleted flag is only active for the naviglobal table currently becasue we have changed to load the Objects cascading lately. So you should stop Red5 and really delete the record from the table navimain and restart Red5. Sebastian 2011/11/14 alexander supertramp > Restartet. Mysql, openmeetings also tried to restart my vm. > > On 14 Nov., 13:34, "seba.wag...@gmail.com" > wrote: > > you need to restart RED5 to have db changes in the database cache of > > openmeetings. > > I have added some wiki page for that: > http://code.google.com/p/openmeetings/wiki/CustomazingMainMenu > > > > Sebastian > > > > 2011/11/14 alexander supertramp > > > > > > > > > > > > > > > > > > > > > Oh thanks a lot. I didn't think about the option to change something > > > in Mysql: > > > > > +-++---+- > > > ++---+--+++-- > > > ++---+- > > > +++ > > > | main_id | action | comment_field | deleted | > > > fieldvalues_id | global_id | icon | isleaf | isopen | level_id | > > > name | naviorder | starttime | > > > tooltip_fieldvalues_id | updatetime | > > > +-++---+- > > > ++---+--+++-- > > > ++---+- > > > +++ > > > | 1 | dashboardModuleStartScreen | | false > > > |290 | 1 | | ||1 | > > > Dashboard Module | 1 | 2011-11-11 16:42:59 > > > | NULL | NULL | > > > | 2 | dashboardModuleCalendar| | true > > > |291 | 1 | | ||1 | > > > Module Calendar| 2 | 2011-11-11 16:42:59 > > > | NULL | NULL | > > > > > But the change of order was only an example. > > > The task I want to achieve is the erasing of the Calender Button > > > (labelid 291). > > > I tried to update the database: > > > update navimain SET deleted=”true” WHERE main_id = 2; > > > But the Button is still in my menu. > > > What is my fault? > > > > > On 14 Nov., 13:17, "seba.wag...@gmail.com" > > > wrote: > > > > you can change the order of menu entries in the navigation if you > change > > > > the attributes in the tables navimain and naviglobal in the database > (and > > > > restart Red5 after changing the values in the db) > > > > > > Sebastian > > > > > > 2011/11/14 alexander supertramp > > > > > > > Yes of Course! > > > > > The tasks I want to accomplish are different. I don't want to > change > > > > > only the value of the labels. > > > > > My target is to change for example the order of two buttons. > > > > > Now i try to find these Buttons by searching in the sourcefiles for > > > > > the labelid they have. > > > > > My Problem is that I don't find the Label 291 in the sourcefile. > > > > > I searched in every file for: > > > > > labelid="291" > > > > > labelid:291 > > > > > label291 > > > > > LabelName(291) > > > > > But didn't find it. Are there more possibilities > > > > > in adding a label? > > > > > > > By the way: > > > > > Label 291 depends to a submenu Button > > > > > > > On 14 Nov., 12:03, "seba.wag...@gmail.com" > > > > > wrote: > > > > > > have you seen the Language Editor to edit the labels ?! > > > > > > > >http://code.google.com/p/openmeetings/wiki/LanguageEditor > > > > > > > > Sebastian > > > > > > > > 2011/11/14 alexander supertramp > > > > > > > > > Hey Sebastian, > > > > > > > > > to edit the source file I search for labels and I find the > relevant > > > > > > > file which I want to edit. > > > > > > > These are the possibilites I found to search for labels. > > > > > > > labelid="290" > > > > > > > labelid:290 > > > > > > > label290 > > > > > > > LabelName(290) > > > > > > > > > At the moment I want to edit the submenu bar. Label:290 => > Calender > > > > > > > I tried to find the source file by searching for these > possibilites > > > > > > > but I had no luck. > > > > > > > Maybe you could help me. > > > > > > > Are there possibilites for adding an Label which I did not > found > > > out? > > > > > > > It would be great if you help me. > > > > > > > Thanks! > > > > > > > > > By the way: Greetings for acception for Apache's Incubator ;) > > > > > > > > > Greetings, > > > > > > >Alexander > > > > > > > > > -- > > > > > > > You received this message because you are subscribed to the > Google > > > > > Groups > > > > > > > "OpenMeetings User" group. > > > > > > > To post to this group, send email to > > > > > openmeetings-user@googlegroups.com. > > > > > > > To unsubscribe from this group, send email to > > > > > > > open
[openmeetings-user] Re: Editing Source: Searching for Labels
Restartet. Mysql, openmeetings also tried to restart my vm. On 14 Nov., 13:34, "seba.wag...@gmail.com" wrote: > you need to restart RED5 to have db changes in the database cache of > openmeetings. > I have added some wiki page for > that:http://code.google.com/p/openmeetings/wiki/CustomazingMainMenu > > Sebastian > > 2011/11/14 alexander supertramp > > > > > > > > > > > Oh thanks a lot. I didn't think about the option to change something > > in Mysql: > > > +-++---+- > > ++---+--+++-- > > ++---+- > > +++ > > | main_id | action | comment_field | deleted | > > fieldvalues_id | global_id | icon | isleaf | isopen | level_id | > > name | naviorder | starttime | > > tooltip_fieldvalues_id | updatetime | > > +-++---+- > > ++---+--+++-- > > ++---+- > > +++ > > | 1 | dashboardModuleStartScreen | | false > > | 290 | 1 | | | | 1 | > > Dashboard Module | 1 | 2011-11-11 16:42:59 > > | NULL | NULL | > > | 2 | dashboardModuleCalendar | | true > > | 291 | 1 | | | | 1 | > > Module Calendar | 2 | 2011-11-11 16:42:59 > > | NULL | NULL | > > > But the change of order was only an example. > > The task I want to achieve is the erasing of the Calender Button > > (labelid 291). > > I tried to update the database: > > update navimain SET deleted=”true” WHERE main_id = 2; > > But the Button is still in my menu. > > What is my fault? > > > On 14 Nov., 13:17, "seba.wag...@gmail.com" > > wrote: > > > you can change the order of menu entries in the navigation if you change > > > the attributes in the tables navimain and naviglobal in the database (and > > > restart Red5 after changing the values in the db) > > > > Sebastian > > > > 2011/11/14 alexander supertramp > > > > > Yes of Course! > > > > The tasks I want to accomplish are different. I don't want to change > > > > only the value of the labels. > > > > My target is to change for example the order of two buttons. > > > > Now i try to find these Buttons by searching in the sourcefiles for > > > > the labelid they have. > > > > My Problem is that I don't find the Label 291 in the sourcefile. > > > > I searched in every file for: > > > > labelid="291" > > > > labelid:291 > > > > label291 > > > > LabelName(291) > > > > But didn't find it. Are there more possibilities > > > > in adding a label? > > > > > By the way: > > > > Label 291 depends to a submenu Button > > > > > On 14 Nov., 12:03, "seba.wag...@gmail.com" > > > > wrote: > > > > > have you seen the Language Editor to edit the labels ?! > > > > > >http://code.google.com/p/openmeetings/wiki/LanguageEditor > > > > > > Sebastian > > > > > > 2011/11/14 alexander supertramp > > > > > > > Hey Sebastian, > > > > > > > to edit the source file I search for labels and I find the relevant > > > > > > file which I want to edit. > > > > > > These are the possibilites I found to search for labels. > > > > > > labelid="290" > > > > > > labelid:290 > > > > > > label290 > > > > > > LabelName(290) > > > > > > > At the moment I want to edit the submenu bar. Label:290 => Calender > > > > > > I tried to find the source file by searching for these possibilites > > > > > > but I had no luck. > > > > > > Maybe you could help me. > > > > > > Are there possibilites for adding an Label which I did not found > > out? > > > > > > It would be great if you help me. > > > > > > Thanks! > > > > > > > By the way: Greetings for acception for Apache's Incubator ;) > > > > > > > Greetings, > > > > > > Alexander > > > > > > > -- > > > > > > You received this message because you are subscribed to the Google > > > > Groups > > > > > > "OpenMeetings User" group. > > > > > > To post to this group, send email to > > > > openmeetings-user@googlegroups.com. > > > > > > To unsubscribe from this group, send email to > > > > > > openmeetings-user+unsubscr...@googlegroups.com. > > > > > > For more options, visit this group at > > > > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > > > > -- > > > > > Sebastian > > > > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp:// > > > >www.wagner-sebastian.com > > > > > seba.wag...@gmail.com > > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups > > > > "OpenMeetings User" group. > > > > To post to this group, send email to > > openmeetings-user@googlegr
Re: [openmeetings-user] Re: Editing Source: Searching for Labels
you need to restart RED5 to have db changes in the database cache of openmeetings. I have added some wiki page for that: http://code.google.com/p/openmeetings/wiki/CustomazingMainMenu Sebastian 2011/11/14 alexander supertramp > Oh thanks a lot. I didn't think about the option to change something > in Mysql: > > +-++---+- > ++---+--+++-- > ++---+- > +++ > | main_id | action | comment_field | deleted | > fieldvalues_id | global_id | icon | isleaf | isopen | level_id | > name | naviorder | starttime | > tooltip_fieldvalues_id | updatetime | > +-++---+- > ++---+--+++-- > ++---+- > +++ > | 1 | dashboardModuleStartScreen | | false > |290 | 1 | | ||1 | > Dashboard Module | 1 | 2011-11-11 16:42:59 > | NULL | NULL | > | 2 | dashboardModuleCalendar| | true > |291 | 1 | | ||1 | > Module Calendar| 2 | 2011-11-11 16:42:59 > | NULL | NULL | > > But the change of order was only an example. > The task I want to achieve is the erasing of the Calender Button > (labelid 291). > I tried to update the database: > update navimain SET deleted=”true” WHERE main_id = 2; > But the Button is still in my menu. > What is my fault? > > On 14 Nov., 13:17, "seba.wag...@gmail.com" > wrote: > > you can change the order of menu entries in the navigation if you change > > the attributes in the tables navimain and naviglobal in the database (and > > restart Red5 after changing the values in the db) > > > > Sebastian > > > > 2011/11/14 alexander supertramp > > > > > > > > > > > > > > > > > > > > > Yes of Course! > > > The tasks I want to accomplish are different. I don't want to change > > > only the value of the labels. > > > My target is to change for example the order of two buttons. > > > Now i try to find these Buttons by searching in the sourcefiles for > > > the labelid they have. > > > My Problem is that I don't find the Label 291 in the sourcefile. > > > I searched in every file for: > > > labelid="291" > > > labelid:291 > > > label291 > > > LabelName(291) > > > But didn't find it. Are there more possibilities > > > in adding a label? > > > > > By the way: > > > Label 291 depends to a submenu Button > > > > > On 14 Nov., 12:03, "seba.wag...@gmail.com" > > > wrote: > > > > have you seen the Language Editor to edit the labels ?! > > > > > >http://code.google.com/p/openmeetings/wiki/LanguageEditor > > > > > > Sebastian > > > > > > 2011/11/14 alexander supertramp > > > > > > > Hey Sebastian, > > > > > > > to edit the source file I search for labels and I find the relevant > > > > > file which I want to edit. > > > > > These are the possibilites I found to search for labels. > > > > > labelid="290" > > > > > labelid:290 > > > > > label290 > > > > > LabelName(290) > > > > > > > At the moment I want to edit the submenu bar. Label:290 => Calender > > > > > I tried to find the source file by searching for these possibilites > > > > > but I had no luck. > > > > > Maybe you could help me. > > > > > Are there possibilites for adding an Label which I did not found > out? > > > > > It would be great if you help me. > > > > > Thanks! > > > > > > > By the way: Greetings for acception for Apache's Incubator ;) > > > > > > > Greetings, > > > > >Alexander > > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > Groups > > > > > "OpenMeetings User" group. > > > > > To post to this group, send email to > > > openmeetings-user@googlegroups.com. > > > > > To unsubscribe from this group, send email to > > > > > openmeetings-user+unsubscr...@googlegroups.com. > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > > > > -- > > > > Sebastian > > > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp:// > > >www.wagner-sebastian.com > > > > seba.wag...@gmail.com > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "OpenMeetings User" group. > > > To post to this group, send email to > openmeetings-user@googlegroups.com. > > > To unsubscribe from this group, send email to > > > openmeetings-user+unsubscr...@googlegroups.com. > > > For more options, visit this group at > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > > -- > > Sebastian > Wagnerhttp://www.openmeetin
[openmeetings-user] Re: Editing Source: Searching for Labels
Oh thanks a lot. I didn't think about the option to change something in Mysql: +-++---+- ++---+--+++-- ++---+- +++ | main_id | action | comment_field | deleted | fieldvalues_id | global_id | icon | isleaf | isopen | level_id | name | naviorder | starttime | tooltip_fieldvalues_id | updatetime | +-++---+- ++---+--+++-- ++---+- +++ | 1 | dashboardModuleStartScreen | | false |290 | 1 | | ||1 | Dashboard Module | 1 | 2011-11-11 16:42:59 | NULL | NULL | | 2 | dashboardModuleCalendar| | true |291 | 1 | | ||1 | Module Calendar| 2 | 2011-11-11 16:42:59 | NULL | NULL | But the change of order was only an example. The task I want to achieve is the erasing of the Calender Button (labelid 291). I tried to update the database: update navimain SET deleted=”true” WHERE main_id = 2; But the Button is still in my menu. What is my fault? On 14 Nov., 13:17, "seba.wag...@gmail.com" wrote: > you can change the order of menu entries in the navigation if you change > the attributes in the tables navimain and naviglobal in the database (and > restart Red5 after changing the values in the db) > > Sebastian > > 2011/11/14 alexander supertramp > > > > > > > > > > > Yes of Course! > > The tasks I want to accomplish are different. I don't want to change > > only the value of the labels. > > My target is to change for example the order of two buttons. > > Now i try to find these Buttons by searching in the sourcefiles for > > the labelid they have. > > My Problem is that I don't find the Label 291 in the sourcefile. > > I searched in every file for: > > labelid="291" > > labelid:291 > > label291 > > LabelName(291) > > But didn't find it. Are there more possibilities > > in adding a label? > > > By the way: > > Label 291 depends to a submenu Button > > > On 14 Nov., 12:03, "seba.wag...@gmail.com" > > wrote: > > > have you seen the Language Editor to edit the labels ?! > > > >http://code.google.com/p/openmeetings/wiki/LanguageEditor > > > > Sebastian > > > > 2011/11/14 alexander supertramp > > > > > Hey Sebastian, > > > > > to edit the source file I search for labels and I find the relevant > > > > file which I want to edit. > > > > These are the possibilites I found to search for labels. > > > > labelid="290" > > > > labelid:290 > > > > label290 > > > > LabelName(290) > > > > > At the moment I want to edit the submenu bar. Label:290 => Calender > > > > I tried to find the source file by searching for these possibilites > > > > but I had no luck. > > > > Maybe you could help me. > > > > Are there possibilites for adding an Label which I did not found out? > > > > It would be great if you help me. > > > > Thanks! > > > > > By the way: Greetings for acception for Apache's Incubator ;) > > > > > Greetings, > > > > Alexander > > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups > > > > "OpenMeetings User" group. > > > > To post to this group, send email to > > openmeetings-user@googlegroups.com. > > > > To unsubscribe from this group, send email to > > > > openmeetings-user+unsubscr...@googlegroups.com. > > > > For more options, visit this group at > > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > > -- > > > Sebastian > > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp:// > >www.wagner-sebastian.com > > > seba.wag...@gmail.com > > > -- > > You received this message because you are subscribed to the Google Groups > > "OpenMeetings User" group. > > To post to this group, send email to openmeetings-user@googlegroups.com. > > To unsubscribe from this group, send email to > > openmeetings-user+unsubscr...@googlegroups.com. > > For more options, visit this group at > >http://groups.google.com/group/openmeetings-user?hl=en. > > -- > Sebastian > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com > seba.wag...@gmail.com -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to openmeetings-user@googlegroups.com. To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
Re: [openmeetings-user] Re: Editing Source: Searching for Labels
you can change the order of menu entries in the navigation if you change the attributes in the tables navimain and naviglobal in the database (and restart Red5 after changing the values in the db) Sebastian 2011/11/14 alexander supertramp > Yes of Course! > The tasks I want to accomplish are different. I don't want to change > only the value of the labels. > My target is to change for example the order of two buttons. > Now i try to find these Buttons by searching in the sourcefiles for > the labelid they have. > My Problem is that I don't find the Label 291 in the sourcefile. > I searched in every file for: > labelid="291" > labelid:291 > label291 > LabelName(291) > But didn't find it. Are there more possibilities > in adding a label? > > By the way: > Label 291 depends to a submenu Button > > On 14 Nov., 12:03, "seba.wag...@gmail.com" > wrote: > > have you seen the Language Editor to edit the labels ?! > > > > http://code.google.com/p/openmeetings/wiki/LanguageEditor > > > > Sebastian > > > > 2011/11/14 alexander supertramp > > > > > > > > > > > > > > > > > > > > > Hey Sebastian, > > > > > to edit the source file I search for labels and I find the relevant > > > file which I want to edit. > > > These are the possibilites I found to search for labels. > > > labelid="290" > > > labelid:290 > > > label290 > > > LabelName(290) > > > > > At the moment I want to edit the submenu bar. Label:290 => Calender > > > I tried to find the source file by searching for these possibilites > > > but I had no luck. > > > Maybe you could help me. > > > Are there possibilites for adding an Label which I did not found out? > > > It would be great if you help me. > > > Thanks! > > > > > By the way: Greetings for acception for Apache's Incubator ;) > > > > > Greetings, > > >Alexander > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "OpenMeetings User" group. > > > To post to this group, send email to > openmeetings-user@googlegroups.com. > > > To unsubscribe from this group, send email to > > > openmeetings-user+unsubscr...@googlegroups.com. > > > For more options, visit this group at > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > > -- > > Sebastian > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp:// > www.wagner-sebastian.com > > seba.wag...@gmail.com > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To post to this group, send email to openmeetings-user@googlegroups.com. > To unsubscribe from this group, send email to > openmeetings-user+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com seba.wag...@gmail.com -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to openmeetings-user@googlegroups.com. To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
[openmeetings-user] Re: Editing Source: Searching for Labels
Yes of Course! The tasks I want to accomplish are different. I don't want to change only the value of the labels. My target is to change for example the order of two buttons. Now i try to find these Buttons by searching in the sourcefiles for the labelid they have. My Problem is that I don't find the Label 291 in the sourcefile. I searched in every file for: labelid="291" labelid:291 label291 LabelName(291) But didn't find it. Are there more possibilities in adding a label? By the way: Label 291 depends to a submenu Button On 14 Nov., 12:03, "seba.wag...@gmail.com" wrote: > have you seen the Language Editor to edit the labels ?! > > http://code.google.com/p/openmeetings/wiki/LanguageEditor > > Sebastian > > 2011/11/14 alexander supertramp > > > > > > > > > > > Hey Sebastian, > > > to edit the source file I search for labels and I find the relevant > > file which I want to edit. > > These are the possibilites I found to search for labels. > > labelid="290" > > labelid:290 > > label290 > > LabelName(290) > > > At the moment I want to edit the submenu bar. Label:290 => Calender > > I tried to find the source file by searching for these possibilites > > but I had no luck. > > Maybe you could help me. > > Are there possibilites for adding an Label which I did not found out? > > It would be great if you help me. > > Thanks! > > > By the way: Greetings for acception for Apache's Incubator ;) > > > Greetings, > > Alexander > > > -- > > You received this message because you are subscribed to the Google Groups > > "OpenMeetings User" group. > > To post to this group, send email to openmeetings-user@googlegroups.com. > > To unsubscribe from this group, send email to > > openmeetings-user+unsubscr...@googlegroups.com. > > For more options, visit this group at > >http://groups.google.com/group/openmeetings-user?hl=en. > > -- > Sebastian > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com > seba.wag...@gmail.com -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to openmeetings-user@googlegroups.com. To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.