18 require_once SQ_CORE_PACKAGE_PATH.
'/designs/design_area/design_area_edit_fns.inc';
47 $components = Array(
'year',
'month',
'week',
'day');
49 <table
class=
"sq-backend-table">
51 foreach ($components as $comp) {
54 <th style=
"width: 20%"><?php echo ucfirst($comp); ?></th>
55 <td><?php $this->
paintNoticeLinkedAsset($asset, $comp.
'_page', Array(
'page_calendar' =>
'D'), $prefix.$comp); ?></td>
78 $components = Array(
'year',
'month',
'week',
'day');
79 foreach ($components as $comp) {