diff --git a/calendar/templates/edge-it/alarm.tpl b/calendar/templates/edge-it/alarm.tpl
deleted file mode 100755
index 90ba695990..0000000000
--- a/calendar/templates/edge-it/alarm.tpl
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
- {lang_time} |
- {lang_text} |
- {lang_owner} |
- {lang_enabled} |
- {lang_select} |
-
-
-
-
-
-
- {field}:
- |
-
- {data}
- |
-
- {owner}
- |
-
- {enabled}
- |
-
- {select}
- |
-
-
-
-
-
-
- {hr_text}
- |
-
-
-
-
-
-
- {enable_button} {disable_button} {delete_button}
- |
-
-
diff --git a/calendar/templates/edge-it/app.css b/calendar/templates/edge-it/app.css
deleted file mode 100644
index f8c216fefa..0000000000
--- a/calendar/templates/edge-it/app.css
+++ /dev/null
@@ -1,257 +0,0 @@
-/* CSS Document */
-
-.to_continue
-{
- font-size: 9px;
-}
-
-A.minicalendar
-{
- color: #000000;
- font-size: 9px;
-
-}
-
-A.bminicalendar
-{
- color: #336699;
- font-style: italic;
- font-weight: bold;
- font-size: 9px;
-}
-
-A.minicalendargrey
-{
- color: #999999;
- font-size: 10px;
- font-weight: bold;
-}
-
-A.bminicalendargrey
-{
- color: #336699;
- font-style: italic;
- font-size:10px;
-}
-
-A.minicalhol
-{
- padding-left:3px;
- padding-right:3px;
- background: #dab0b0;
- color: #000000;
- font-size: 10px;
-}
-
-A.bminicalhol
-{
- padding-left:3px;
- padding-right:3px;
- background: #dab0b0;
- color: #336699;
- font-size: 10px;
-}
-
-A.minicalgreyhol
-{
- padding-left:3px;
- padding-right:3px;
- background: #dab0b0;
- color: #999999;
- font-size: 10px;
-}
-
-A.bminicalgreyhol
-{
- padding-left:3px;
- padding-right:3px;
- background: #dab0b0;
- color: #999999;
- font-size: 10px;
-}
-
-
-.event-on
-{
- background: #D3DCE3;
- border: #E8F0F0 1px solid;
-}
-
-.event-off
-{
- background: #E8F0F0;
- border: #D3DCE3 1px solid;
-}
-
-.event-holiday
-{
- font-size: 100%;
- background: #dac0c0;
- color:#000000;
- vertical-align: middle;
-}
-
-.time
-{
- background: #D3DCE3;
- color:#000000;
- font-size: 10px;
- font-weight: bold;
- vertical-align: middle;
- width: 5.2%;
- text-align: right;
- padding-right: 5px;
- line-height: 11px;
- border: #E8F0F0 1px solid;
-}
-
-
-.planner-cell
-{
- cursor: pointer;
- cursor: hand;
- border: thin solid black;
-}
-
-/* common */
-.calendar_link_print
-{
- text-align: center;
- font-size: 10px;
-}
-
-//Mini Calendar
-
-.calendar_minical_table
-{
- width: 180px;
- font-weight: bold;
-}
-
-.calendar_minical_daytable
-{
- width: 100%;
-}
-
-.calendar_minical_dayname
-{
- font-size: 9px;
- text-align: right;
-}
-
-.calendar_minical_hrule
-{
- width: 96%;
-}
-
-/* Header */
-.calendar_dropbuttons
-{
- align: center;
- text-align: center;
- vertical-align: bottom;
- font-weight: bold;
- font-size: 8px;
-}
-
-.calendar-weekidentifier
-{
- font-size:16px;
- font-weight: bold;
- text-align: center;
-}
-
-.calendar_header
-{
- font-size: 16px;
- font-weight: bold;
- text-align: center;
-}
-
-.calendar_dayview_table_header
-{
- font-size: 13px;
- font-weight: bold;
- text-align: center;
-}
-
-.calendar_dayview_todo_header
-{
- margin: 0px;
- padding: 2px;
- font-weight: bold;
-}
-
-/* week view */
-.calendar_week_identifier_table
-{
- border: 0px solid black;
- width: 100%;
-}
-
-.calendar_week_identifier
-{
- font-size: 13px;
- text-align: center;
- font-weight: bold;
-}
-
-.calendar_weekview_daytitle
-{
- font-weight: bold;
- font-size: 12px;
- background: #D3DCE3;
-}
-
-.calendar_m_w_table
-{
- table-layout:fixed;
- overflow:auto;
- height: 100%;
- width: 100%;
- border: 0px #000000 solid;
-}
-
-.calendar_m_w_tablecell
-{
- vertical-align: top;
- padding-left: 4px;
- padding-right: 4px;
- padding-bottom: 6px;
-}
-
-A.event_entry
-{
- font-size:10px;
-}
-
-/* month view */
-
-.calendar_month_identifier
-{
- font-size:14px;
- font-weight: bold;
-}
-
-.calendar_user_identifier
-{
- font-size:12px;
- color: #009999;
- font-weight: bold;
-}
-
-.calendar_week_minical_table
-{
- width:100%;
- border: 0px solid #000000
-}
-
-.calendar_weekinfo
-{
- color: #000000;
- padding-left: 2px;
- padding-right: 2px;
- font-size: 10px;
- font-weight: bold;
- font-style: italic;
-}
\ No newline at end of file
diff --git a/calendar/templates/edge-it/config.tpl b/calendar/templates/edge-it/config.tpl
deleted file mode 100644
index b32ccf1547..0000000000
--- a/calendar/templates/edge-it/config.tpl
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
diff --git a/calendar/templates/edge-it/csv_import.tpl b/calendar/templates/edge-it/csv_import.tpl
deleted file mode 100644
index b186ce50a8..0000000000
--- a/calendar/templates/edge-it/csv_import.tpl
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
- {lang_csvfile} |
- |
-
-
- {lang_fieldsep} |
- |
-
-
- {lang_charset} |
-
- {select_charset}
- |
-
- |
- |
-
-
-
-
-
- {lang_csv_fieldname} |
- {lang_info_fieldname} |
- {lang_translation} |
-
-
-
-
-
- {csv_field} |
- |
- |
-
-
-
-
-
- {submit} |
-
- {lang_start}
- {lang_max} |
- |
-
- {lang_debug} |
-
-
- {help_on_trans}
- |
-
-
-
-
-
- {log}
- {anz_imported}
- |
-
-
-
-
-
-
-
-
-
-
diff --git a/calendar/templates/edge-it/custom_fields.tpl b/calendar/templates/edge-it/custom_fields.tpl
deleted file mode 100644
index 57bba92875..0000000000
--- a/calendar/templates/edge-it/custom_fields.tpl
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-{lang_error}
-
-
-
-
-
-
- {name} |
- {length} |
- {shown} |
- {order} |
- {title} |
- {disabled} |
- {button} |
-
-
diff --git a/calendar/templates/edge-it/day.tpl b/calendar/templates/edge-it/day.tpl
deleted file mode 100755
index df9f66738a..0000000000
--- a/calendar/templates/edge-it/day.tpl
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-{printer_friendly}
-
-
-
-
- {print}
- |
-
-
-
-
- {small_calendar}
- |
-
-
-
-
-
- {todos}
-
- |
-
-
- |
-
-
-
-
-
-
-
-
- {daily_events}
-
- |
-
-
diff --git a/calendar/templates/edge-it/day_cal.tpl b/calendar/templates/edge-it/day_cal.tpl
deleted file mode 100755
index 552b309cf2..0000000000
--- a/calendar/templates/edge-it/day_cal.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
- {time}{event}
-
-
-
- {event} |
-
-
- {event} |
-
-
- {event} |
-
-
- {open_link}{time}{close_link} |
-
-
diff --git a/calendar/templates/edge-it/day_list.tpl b/calendar/templates/edge-it/day_list.tpl
deleted file mode 100755
index e1263b2cb2..0000000000
--- a/calendar/templates/edge-it/day_list.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
- {event}
-
-
- {event}
-
-
- {event}
-
-
- {event}
-
-
- {time}
-
-
-
diff --git a/calendar/templates/edge-it/delete_common.tpl b/calendar/templates/edge-it/delete_common.tpl
deleted file mode 100755
index 94e7026403..0000000000
--- a/calendar/templates/edge-it/delete_common.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
- {messages}
- |
-
-
- {no} |
- {yes} |
-
-
-
-
-
diff --git a/calendar/templates/edge-it/edit.tpl b/calendar/templates/edge-it/edit.tpl
deleted file mode 100755
index c5fd758cb0..0000000000
--- a/calendar/templates/edge-it/edit.tpl
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- {field}: |
- {data} |
-
-
-
-
-
- {hr_text}
- |
-
-
diff --git a/calendar/templates/edge-it/footer.tpl b/calendar/templates/edge-it/footer.tpl
deleted file mode 100755
index 99fbd19258..0000000000
--- a/calendar/templates/edge-it/footer.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
- {b_row}
- |
-
-
-
diff --git a/calendar/templates/edge-it/form_button_dropdown.tpl b/calendar/templates/edge-it/form_button_dropdown.tpl
deleted file mode 100755
index 785962f861..0000000000
--- a/calendar/templates/edge-it/form_button_dropdown.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
\ No newline at end of file
diff --git a/calendar/templates/edge-it/form_button_script.tpl b/calendar/templates/edge-it/form_button_script.tpl
deleted file mode 100755
index 67c1bee92c..0000000000
--- a/calendar/templates/edge-it/form_button_script.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/calendar/templates/edge-it/head.tpl b/calendar/templates/edge-it/head.tpl
deleted file mode 100755
index c3d44ccbad..0000000000
--- a/calendar/templates/edge-it/head.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-{row}
-
-
-
-
-
-
-
-{str}
-
\ No newline at end of file
diff --git a/calendar/templates/edge-it/header.inc.php b/calendar/templates/edge-it/header.inc.php
deleted file mode 100755
index c7086cf105..0000000000
--- a/calendar/templates/edge-it/header.inc.php
+++ /dev/null
@@ -1,226 +0,0 @@
-set_var('str',$str);
- $tpl->parse('header_column','head_col',True);
- }
-
- function add_image_ahref($link,$image,$alt)
- {
- return '';
- }
-
- $refer = explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']);
- $referrer = $refer[2];
-
- $templates = Array(
- 'head_tpl' => 'head.tpl',
- 'form_button_dropdown' => 'form_button_dropdown.tpl',
- 'form_button_script' => 'form_button_script.tpl'
- );
- $tpl->set_file($templates);
- $tpl->set_block('head_tpl','head','head');
- $tpl->set_block('head_tpl','head_table','head_table');
- $tpl->set_block('head_tpl','head_col','head_col');
- $tpl->set_block('form_button_script','form_button');
-
- if(floor(phpversion()) >= 4)
- {
- $tpl->set_var('cols',8);
- }
- else
- {
- $tpl->set_var('cols',7);
- }
-
- $today = date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime);
-
- $col_width = 12;
-
- add_col($tpl,' | ');
-
- add_col($tpl,' '.add_image_ahref($this->page('day','&date='.$today),'today',lang('Today')).' | ');
-
- add_col($tpl,' '.add_image_ahref($this->page('week','&date='.$today),'week',lang('This week')).' | ');
-
- add_col($tpl,' '.add_image_ahref($this->page('month','&date='.$today),'month',lang('This month')).' | ');
-
- add_col($tpl,' '.add_image_ahref($this->page('year','&date='.$today),'year',lang('This Year')).' | ');
-
- if(floor(phpversion()) >= 4)
- {
- add_col($tpl,' '.add_image_ahref($this->page('planner','&date='.$today),'planner',lang('Planner')).' | ');
- $col_width += 2;
- }
-
- add_col($tpl,' '.add_image_ahref($this->page('matrixselect'),'view',lang('Daily Matrix View')).' | ');
-
- add_col($tpl,' | ');
-
- $tpl->parse('row','head_table',True);
-
- $tpl->set_var('header_column','');
- $tpl->set_var('cols',$cols);
-
- if($referrer!='view')
- {
- $remainder = 72;
-
- $date = (isset($GLOBALS['date'])?$GLOBALS['date']:'');
- $date = (isset($GLOBALS['HTTP_GET_VARS']['date'])?$GLOBALS['HTTP_GET_VARS']['date']:$date);
- $date = ($date=='' && isset($GLOBALS['HTTP_POST_VARS']['date'])?$GLOBALS['HTTP_POST_VARS']['date']:$date);
-
- $base_hidden_vars = ''."\n";
- if(isset($GLOBALS['HTTP_GET_VARS']['cal_id']) && $GLOBALS['HTTP_GET_VARS']['cal_id'] != 0)
- {
- $base_hidden_vars .= ' '."\n";
- }
- if(isset($GLOBALS['HTTP_POST_VARS']['keywords']) && $GLOBALS['HTTP_POST_VARS']['keywords'])
- {
- $base_hidden_vars .= ' '."\n";
- }
- if(isset($GLOBALS['HTTP_POST_VARS']['matrixtype']) && $GLOBALS['HTTP_POST_VARS']['matrixtype'])
- {
- $base_hidden_vars .= ' '."\n";
- }
- if($date)
- {
- $base_hidden_vars .= ' '."\n";
- }
- $base_hidden_vars .= ' '."\n";
- $base_hidden_vars .= ' '."\n";
- $base_hidden_vars .= ' '."\n";
-
- if(isset($GLOBALS['HTTP_POST_VARS']['participants']) && $GLOBALS['HTTP_POST_VARS']['participants'])
- {
- for ($i=0;$i'."\n";
- }
- }
-
- $var = Array(
- 'form_width' => '28',
- 'form_link' => $this->page($referrer),
- 'form_name' => 'cat_id',
- 'title' => lang('Category'),
- 'hidden_vars' => $base_hidden_vars,
- 'form_options' => ''.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'),
- 'button_value' => lang('Go!')
- );
- $tpl->set_var($var);
- $tpl->set_var('str',$tpl->fp('out','form_button_dropdown'));
- $tpl->parse('header_column','head_col',True);
-
- if($GLOBALS['HTTP_GET_VARS']['menuaction'] == 'calendar.uicalendar.planner')
- {
- $remainder -= 28;
- print_debug('Sort By',$this->bo->sortby);
-
- $form_options = ''."\n";
- $form_options .= ' '."\n";
-
- $var = Array(
- 'form_width' => '28',
- 'form_link' => $this->page($referrer),
- 'form_name' => 'sortby',
- 'title' => lang('Sort By'),
- 'hidden_vars' => $base_hidden_vars,
- 'form_options' => $form_options,
- 'button_value' => lang('Go!')
- );
- $tpl->set_var($var);
- $tpl->set_var('str',$tpl->fp('out','form_button_dropdown'));
- $tpl->parse('header_column','head_col',True);
- }
-
- if($this->bo->check_perms(PHPGW_ACL_PRIVATE))
- {
- $remainder -= 28;
- $form_options = ''."\n";
- $form_options .= ' '."\n";
-
- $var = Array(
- 'form_width' => '28',
- 'form_link' => $this->page($referrer),
- 'form_name' => 'filter',
- 'title' => lang('Filter'),
- 'hidden_vars' => $base_hidden_vars,
- 'form_options' => $form_options,
- 'button_value' => lang('Go!')
- );
- $tpl->set_var($var);
- $tpl->set_var('str',$tpl->fp('out','form_button_dropdown'));
- $tpl->parse('header_column','head_col',True);
- }
-
- if((!isset($GLOBALS['phpgw_info']['server']['deny_user_grants_access']) || !$GLOBALS['phpgw_info']['server']['deny_user_grants_access']) && count($this->bo->grants) > 0)
- {
- $form_options = '';
- $drop_down = $this->bo->list_cals();
- foreach($drop_down as $key => $grant)
- {
- $form_options .= ' '."\n";
- }
-
- $var = Array(
- 'form_width' => $remainder,
- 'form_link' => $this->page($referrer),
- 'form_name' => 'owner',
- 'title' => lang('User'),
- 'hidden_vars' => $base_hidden_vars,
- 'form_options' => $form_options,
- 'button_value' => lang('Go!')
- );
- $tpl->set_var($var);
- $tpl->set_var('str',$tpl->fp('out','form_button_dropdown'));
- $tpl->parse('header_column','head_col',True);
- }
- }
-
- $hidden_vars = ' '."\n";
- if(isset($GLOBALS['HTTP_GET_VARS']['date']) && $GLOBALS['HTTP_GET_VARS']['date'])
- {
- $hidden_vars .= ' '."\n";
- }
- $hidden_vars .= ' '."\n";
- $hidden_vars .= ' '."\n";
- $hidden_vars .= ' '."\n";
- if(isset($this->bo->filter) && $this->bo->filter)
- {
- $hidden_vars .= ' '."\n";
- }
- if(isset($this->bo->sortby) && $this->bo->sortby)
- {
- $hidden_vars .= ' '."\n";
- }
- if(isset($this->bo->num_months) && $this->bo->num_months)
- {
- $hidden_vars .= ' '."\n";
- }
- $hidden_vars .= ' ';
-
- $var = Array(
- 'action_url_button' => $this->page('search'),
- 'action_text_button' => lang('Search'),
- 'action_confirm_button' => '',
- 'action_extra_field' => $hidden_vars
- );
- $tpl->set_var($var);
- $button = $tpl->fp('out','form_button');
- $tpl->set_var('str',''.$button.' | ');
- $tpl->parse('header_column','head_col',True);
- $tpl->parse('row','head_table',True);
-?>
diff --git a/calendar/templates/edge-it/holiday.tpl b/calendar/templates/edge-it/holiday.tpl
deleted file mode 100755
index 534acbeb81..0000000000
--- a/calendar/templates/edge-it/holiday.tpl
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-{message}
-
-
-
-
-
- {field}: |
- {data} |
-
-
diff --git a/calendar/templates/edge-it/hr.tpl b/calendar/templates/edge-it/hr.tpl
deleted file mode 100755
index fdbb59c224..0000000000
--- a/calendar/templates/edge-it/hr.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- {hr_text}
- |
-
-
diff --git a/calendar/templates/edge-it/index.tpl b/calendar/templates/edge-it/index.tpl
deleted file mode 100755
index 0d0b69b86d..0000000000
--- a/calendar/templates/edge-it/index.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-
-{printer_friendly}
-
-
-
- {small_calendar_prev}
- |
-
- {prev_month_link}
- |
-
-
- {month_identifier}
-
-
-
- : {username} :
-
- |
-
- {next_month_link}
- |
-
- {small_calendar_next}
- |
-
-
-{large_month}
-
-
-
- {print}
-
diff --git a/calendar/templates/edge-it/link_pict.tpl b/calendar/templates/edge-it/link_pict.tpl
deleted file mode 100755
index 67477af70b..0000000000
--- a/calendar/templates/edge-it/link_pict.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-{picture}
-
-
-
-
-
diff --git a/calendar/templates/edge-it/list.tpl b/calendar/templates/edge-it/list.tpl
deleted file mode 100755
index 0ad7059a4e..0000000000
--- a/calendar/templates/edge-it/list.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- {field}: |
- {data} |
-
-
diff --git a/calendar/templates/edge-it/locales.tpl b/calendar/templates/edge-it/locales.tpl
deleted file mode 100755
index 89cf69f022..0000000000
--- a/calendar/templates/edge-it/locales.tpl
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
- {left_next_matchs} |
- {center}
- {right_next_matchs} |
-
-
-
-
-
- {sort_name} |
- {header_rule}
- {header_edit} |
- {header_delete} |
- {header_extra} |
-
-
- {rows}
-
-
-
-
-
-
-
- |
- {back_button}
-
-
- |
-
-
-
-
-
- {group_name} |
- {rule}
- {edit_link} |
- {delete_link} |
- {extra_link} |
-
-
-
-
- {message} |
-
-
-
-
-
- |
-
diff --git a/calendar/templates/edge-it/matrix_query.tpl b/calendar/templates/edge-it/matrix_query.tpl
deleted file mode 100755
index a9ae26ae5b..0000000000
--- a/calendar/templates/edge-it/matrix_query.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
- {field}: |
- {data} |
-
-
diff --git a/calendar/templates/edge-it/mini_cal.tpl b/calendar/templates/edge-it/mini_cal.tpl
deleted file mode 100755
index ab0c06d0f8..0000000000
--- a/calendar/templates/edge-it/mini_cal.tpl
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
- {month}
- |
-
-
- {prevmonth} {nextmonth}
- |
-
-
-
-
-
- |
-
-
-
-
- {daynames}
- {display_monthweek}
-
-
- |
-
-
-
-
-
-
- {monthweek_day}
-
-
-
-
-
- {dayname}
- |
-
diff --git a/calendar/templates/edge-it/month.tpl b/calendar/templates/edge-it/month.tpl
deleted file mode 100755
index 248f065fc1..0000000000
--- a/calendar/templates/edge-it/month.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
diff --git a/calendar/templates/edge-it/month_column.tpl b/calendar/templates/edge-it/month_column.tpl
deleted file mode 100755
index d5940298df..0000000000
--- a/calendar/templates/edge-it/month_column.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
- {column_data}
- |
diff --git a/calendar/templates/edge-it/month_day.tpl b/calendar/templates/edge-it/month_day.tpl
deleted file mode 100755
index 24c54f62ae..0000000000
--- a/calendar/templates/edge-it/month_day.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-[ {day_number} ]{new_event_link}
- {daily_events}
-
-
-
-{events}
-
-
-
-{day_events}
-
diff --git a/calendar/templates/edge-it/month_header.tpl b/calendar/templates/edge-it/month_header.tpl
deleted file mode 100755
index ca2e633b6b..0000000000
--- a/calendar/templates/edge-it/month_header.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-{col_title} |
-
-
-
-{column_data} |
-
diff --git a/calendar/templates/edge-it/overlap.tpl b/calendar/templates/edge-it/overlap.tpl
deleted file mode 100755
index 9899bc814b..0000000000
--- a/calendar/templates/edge-it/overlap.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
- {overlap_text}
- |
-
-
-
-
- |
-
-
-
-
-
-
- {resubmit_button}
- |
-
- {reedit_button}
- |
-
-
- |
-
-
-
-
diff --git a/calendar/templates/edge-it/pref.tpl b/calendar/templates/edge-it/pref.tpl
deleted file mode 100755
index df3b6308f7..0000000000
--- a/calendar/templates/edge-it/pref.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-
-{title}:
-
-
-
-
-
- {text} |
-
-
-
-
-
- {field} |
- {data} |
-
-
diff --git a/calendar/templates/edge-it/preference_acl.tpl b/calendar/templates/edge-it/preference_acl.tpl
deleted file mode 100755
index 6d9380e8e6..0000000000
--- a/calendar/templates/edge-it/preference_acl.tpl
+++ /dev/null
@@ -1,27 +0,0 @@
-{errors}
-{title}
-
-
- {nml}
-
-
-
-
- |
- {nmr}
-
-
-
-
-
diff --git a/calendar/templates/edge-it/preference_acl_row.tpl b/calendar/templates/edge-it/preference_acl_row.tpl
deleted file mode 100755
index 01b22d84b5..0000000000
--- a/calendar/templates/edge-it/preference_acl_row.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- {user} |
- |
- |
- |
- |
- |
-
diff --git a/calendar/templates/edge-it/preference_colspan.tpl b/calendar/templates/edge-it/preference_colspan.tpl
deleted file mode 100755
index 4b97c5dbd8..0000000000
--- a/calendar/templates/edge-it/preference_colspan.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-
- {string} |
- {lang_read} |
- {lang_add} |
- {lang_edit} |
- {lang_delete} |
- {lang_private} |
-
diff --git a/calendar/templates/edge-it/search.tpl b/calendar/templates/edge-it/search.tpl
deleted file mode 100755
index 9ec9abd665..0000000000
--- a/calendar/templates/edge-it/search.tpl
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
- {quantity}
- |
-
- {rows}
-
-
-
-
-
-
-
-
-
-
- {date}
- |
-
- {link}
- |
-
-
-
-
-
-
diff --git a/calendar/templates/edge-it/vcal_import.tpl b/calendar/templates/edge-it/vcal_import.tpl
deleted file mode 100755
index bab84907bc..0000000000
--- a/calendar/templates/edge-it/vcal_import.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-
-{vcal_header}
-
diff --git a/calendar/templates/edge-it/view.tpl b/calendar/templates/edge-it/view.tpl
deleted file mode 100755
index daf75fa90c..0000000000
--- a/calendar/templates/edge-it/view.tpl
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
- {row}
-
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
-
-
-
- {field}: |
- {data} |
-
-
-
-
-
-
- {hr_text}
- |
-
-
diff --git a/calendar/templates/edge-it/week.tpl b/calendar/templates/edge-it/week.tpl
deleted file mode 100755
index efffc2941d..0000000000
--- a/calendar/templates/edge-it/week.tpl
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-{printer_friendly}
-
-
-
-
-
-
- {small_calendar_prev}
- |
-
- {prev_week_link}
- |
-
- {small_calendar_this}
- |
-
- {next_week_link}
- |
-
- {small_calendar_next}
- |
-
-
-
-
-
-
- {week_identifier}
- :: {username} ::
- |
-
-
-
-{week_display}
-
-
-
-{print}
-
\ No newline at end of file
diff --git a/calendar/templates/edge-it/year.tpl b/calendar/templates/edge-it/year.tpl
deleted file mode 100755
index 2529bc1b02..0000000000
--- a/calendar/templates/edge-it/year.tpl
+++ /dev/null
@@ -1,35 +0,0 @@
-
-{print}
-
-
-
-
- {left_link}
- |
-
- {year_text}
- |
-
- {right_link}
- |
- {row}
-
-
-
-
-
-{printer_friendly}
-
-
-
-
-
- {mini_month}
- |
-
-
-
-
-
-
-