@@ -35,7 +35,7 @@ |
||
35 | 35 | </div> |
36 | 36 | |
37 | 37 | <?php |
38 | - //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH |
|
39 | - org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
40 | - ?> |
|
38 | + //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH |
|
39 | + org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
40 | + ?> |
|
41 | 41 | </li> |
@@ -27,7 +27,7 @@ |
||
27 | 27 | <div id="org_openpsa_relatedto_details_&(salesproject.guid);" class="details hidden" style="display: none;"> |
28 | 28 | </div> |
29 | 29 | <?php |
30 | - //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH |
|
31 | - org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
32 | - ?> |
|
30 | + //TODO: necessary JS stuff to load details (which should in turn include the invoice's own relatedtos) via AHAH |
|
31 | + org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
32 | + ?> |
|
33 | 33 | </li> |
@@ -31,7 +31,7 @@ |
||
31 | 31 | <div id="org_openpsa_relatedto_details_&(document.guid);" class="details hidden" style="display: none;"> |
32 | 32 | </div> |
33 | 33 | <?php |
34 | - //TODO: get correct node and via it then handle details trough AHAH (and when we have node we can use proper link in document_url as well |
|
35 | - org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
36 | - ?> |
|
34 | + //TODO: get correct node and via it then handle details trough AHAH (and when we have node we can use proper link in document_url as well |
|
35 | + org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
36 | + ?> |
|
37 | 37 | </li> |
@@ -25,6 +25,6 @@ |
||
25 | 25 | </div> |
26 | 26 | <?php |
27 | 27 | //TODO: necessary JS stuff to load details (which should in turn include the events own relatedtos) via AHAH |
28 | - org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
29 | - ?> |
|
28 | + org_openpsa_relatedto_handler_relatedto::render_line_controls($link, $data['other_obj']); |
|
29 | + ?> |
|
30 | 30 | </li> |
@@ -104,7 +104,7 @@ |
||
104 | 104 | $this->add('Setting: upload_max_filesize', self::OK, ini_get('upload_max_filesize')); |
105 | 105 | } else { |
106 | 106 | $this->add('Setting: upload_max_filesize', |
107 | - self::WARNING, "To make bulk uploads (for exampe in the Image Gallery) useful, you should increase the Upload limit to something above 50 MB. (Current setting: {$upload_limit})"); |
|
107 | + self::WARNING, "To make bulk uploads (for exampe in the Image Gallery) useful, you should increase the Upload limit to something above 50 MB. (Current setting: {$upload_limit})"); |
|
108 | 108 | } |
109 | 109 | |
110 | 110 | $post_limit = $this->ini_get_filesize('post_max_size'); |
@@ -94,7 +94,7 @@ |
||
94 | 94 | 'midcom' => [ |
95 | 95 | 'style-init' => '', |
96 | 96 | 'style-finish' => '', |
97 | - ] |
|
97 | + ] |
|
98 | 98 | ], |
99 | 99 | 'nodes' => [], |
100 | 100 | ]; |
@@ -3,7 +3,7 @@ |
||
3 | 3 | |
4 | 4 | if ($data['first_post']) { |
5 | 5 | $summary .= ' ' . sprintf($data['l10n']->get('first post was made on %s.'), |
6 | - $data['l10n']->get_formatter()->date($data['first_post'])); |
|
6 | + $data['l10n']->get_formatter()->date($data['first_post'])); |
|
7 | 7 | } |
8 | 8 | ?> |
9 | 9 |
@@ -120,13 +120,13 @@ |
||
120 | 120 | $grid->set_option('loadonce', true) |
121 | 121 | ->set_option('grouping', true) |
122 | 122 | ->set_option('groupingView', [ |
123 | - 'groupField' => ['status'], |
|
124 | - 'groupColumnShow' => [false], |
|
125 | - 'groupText' => ['<strong>{0}</strong> ({1})'], |
|
126 | - 'groupOrder' => ['asc'], |
|
127 | - 'groupSummary' => [true], |
|
128 | - 'showSummaryOnHide' => true |
|
129 | - ]) |
|
123 | + 'groupField' => ['status'], |
|
124 | + 'groupColumnShow' => [false], |
|
125 | + 'groupText' => ['<strong>{0}</strong> ({1})'], |
|
126 | + 'groupOrder' => ['asc'], |
|
127 | + 'groupSummary' => [true], |
|
128 | + 'showSummaryOnHide' => true |
|
129 | + ]) |
|
130 | 130 | ->set_option('sortname', $sortname) |
131 | 131 | ->set_option('sortorder', $sortorder); |
132 | 132 |
@@ -8,6 +8,6 @@ |
||
8 | 8 | echo '<li' . ($link['selected'] ? ' class="selected"' : '') . '>'; |
9 | 9 | echo '<a href="' . $link['url'] . '/">' . $link['label'] . '</a></li>'; |
10 | 10 | } |
11 | - ?> |
|
11 | + ?> |
|
12 | 12 | </ul> |
13 | 13 | </div> |
14 | 14 | \ No newline at end of file |