providerPicker?

crmrto wrote on Tuesday, March 20, 2012:

can anyone tell me where to find the " providerPicker " i wish to change the way tha provider list is display next to the calendar.

thanks for any help you can give me.

>)

tsvas wrote on Tuesday, March 20, 2012:

/openemr/interface/main/calendar/index.php

yehster wrote on Tuesday, March 20, 2012:

/openemr/interface/main/calendar/index.php is not correct…

interface/themes/ajax_calendar.css
55:#providerPicker {
59:#providerPicker #pc_facility {
62:#providerPicker #pc_username {

interface/main/calendar/modules/PostCalendar/pntemplates/compiled/%%514/%%514181353/ajax_template.html.php
304:<div id=“providerPicker”>

interface/main/calendar/modules/PostCalendar/pntemplates/compiled/%%282/%%2821087771/ajax_template.html.php
284:<div id=“providerPicker”>

interface/main/calendar/modules/PostCalendar/pntemplates/compiled/%%337/%%3375440504/ajax_template.html.php
309:<div id=“providerPicker”>

interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html
292:<div id=“providerPicker”>

interface/main/calendar/modules/PostCalendar/pntemplates/default/views/month/ajax_template.html
273:<div id=“providerPicker”>

interface/main/calendar/modules/PostCalendar/pntemplates/default/views/week/ajax_template.html
298:<div id=“providerPicker”>

crmrto wrote on Tuesday, March 20, 2012:

thanks a million yeshster !!!

crmrto wrote on Wednesday, March 21, 2012:

Im trying to change the list of providers to a drop-down list but cant seem to get it to work, any ideas on how to change this??

yehster wrote on Wednesday, March 21, 2012:

If you remove the multiple and size attributes it will display as a drop down.

crmrto wrote on Wednesday, March 21, 2012:

where in the code do i remove it?