@@ -1,4 +1,4 @@ discard block |
||
1 | -<tr class="&(data['class']);" id="task_<?php echo $data['task']->id;?>"> |
|
1 | +<tr class="&(data['class']);" id="task_<?php echo $data['task']->id; ?>"> |
|
2 | 2 | <td> |
3 | 3 | <input type="checkbox"<?php echo $data['disabled']; ?> name="org_openpsa_invoices_invoice_tasks[<?php echo $data['task']->id; ?>]" checked="checked" value="1" /> |
4 | 4 | </td> |
@@ -18,12 +18,12 @@ discard block |
||
18 | 18 | <?php echo $data['reported_hours']; ?> |
19 | 19 | </td> |
20 | 20 | <td class="numeric"> |
21 | - <input id="units_<?php echo $data['task']->id;?>" class="units" type="text"<?php echo $data['disabled']; ?> size="6" name="org_openpsa_invoices_invoice_tasks_units[<?php echo $data['task']->id; ?>]" value="<?php echo $data['invoiceable_units']; ?>" /> |
|
21 | + <input id="units_<?php echo $data['task']->id; ?>" class="units" type="text"<?php echo $data['disabled']; ?> size="6" name="org_openpsa_invoices_invoice_tasks_units[<?php echo $data['task']->id; ?>]" value="<?php echo $data['invoiceable_units']; ?>" /> |
|
22 | 22 | </td> |
23 | 23 | <td class="numeric"> |
24 | - <input id="price_per_unit_<?php echo $data['task']->id;?>" class="price_per_unit" type="text"<?php echo $data['disabled']; ?> size="6" name="org_openpsa_invoices_invoice_tasks_price[<?php echo $data['task']->id; ?>]" value="<?php echo $data['default_price']; ?>" /> |
|
24 | + <input id="price_per_unit_<?php echo $data['task']->id; ?>" class="price_per_unit" type="text"<?php echo $data['disabled']; ?> size="6" name="org_openpsa_invoices_invoice_tasks_price[<?php echo $data['task']->id; ?>]" value="<?php echo $data['default_price']; ?>" /> |
|
25 | 25 | </td> |
26 | - <td id="row_sum_<?php echo $data['task']->id;?>" class="numeric"> |
|
27 | - <?php echo $data['invoiceable_units'] * $data['default_price'];?> |
|
26 | + <td id="row_sum_<?php echo $data['task']->id; ?>" class="numeric"> |
|
27 | + <?php echo $data['invoiceable_units'] * $data['default_price']; ?> |
|
28 | 28 | </td> |
29 | 29 | </tr> |
30 | 30 | \ No newline at end of file |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <div class="area org_openpsa_helper_box"> |
2 | -<h3><?php echo $data['l10n']->get('folders');?></h3> |
|
2 | +<h3><?php echo $data['l10n']->get('folders'); ?></h3> |
|
3 | 3 | <?php |
4 | 4 | midcom_show_style('show-search-form-simple'); |
5 | 5 | |
6 | 6 | $nap = new midcom_helper_nav(); |
7 | 7 | $current_node = $nap->get_node($nap->get_current_node()); |
8 | 8 | $url = $current_node[MIDCOM_NAV_RELATIVEURL]; |
9 | -midcom::get()->dynamic_load($url. "directory/navigation/"); |
|
9 | +midcom::get()->dynamic_load($url . "directory/navigation/"); |
|
10 | 10 | ?> |
11 | 11 | </div> |
12 | 12 | \ No newline at end of file |
@@ -1,3 +1,3 @@ |
||
1 | 1 | |
2 | -<li class="folder" id="key_<?php echo $data["id"];?>"> |
|
3 | - <a href="<?php echo $data["link_url"];?>"><?php echo $data["name"]; ?></a> |
|
4 | 2 | \ No newline at end of file |
3 | +<li class="folder" id="key_<?php echo $data["id"]; ?>"> |
|
4 | + <a href="<?php echo $data["link_url"]; ?>"><?php echo $data["name"]; ?></a> |
|
5 | 5 | \ No newline at end of file |
@@ -10,7 +10,7 @@ |
||
10 | 10 | <ul class="metadata"> |
11 | 11 | <li class="time"><?php echo $data['l10n']->get_formatter()->date($page->metadata->created); ?></li> |
12 | 12 | <li class="members"><?php |
13 | - echo midcom::get()->i18n->get_string('author', 'net.nemein.wiki') . ': ' ; |
|
13 | + echo midcom::get()->i18n->get_string('author', 'net.nemein.wiki') . ': '; |
|
14 | 14 | echo $author_card->show_inline(); ?> |
15 | 15 | </li> |
16 | 16 | </ul> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | echo "<rows>"; |
3 | 3 | echo "<page>" . $data['page'] . "</page>"; |
4 | -echo "<total>" . count($data['entries']) ."</total>"; |
|
4 | +echo "<total>" . count($data['entries']) . "</total>"; |
|
5 | 5 | echo "<records>" . count($data['entries']) . "</records>"; |
6 | 6 | |
7 | 7 | //jqgrid need nodes in special form like following: |
@@ -1,3 +1,3 @@ |
||
1 | 1 | <tr> |
2 | -<td colspan='5'><?php $data['l10n']->show('no files in this directory');?></td> |
|
2 | +<td colspan='5'><?php $data['l10n']->show('no files in this directory'); ?></td> |
|
3 | 3 | </tr> |
4 | 4 | \ No newline at end of file |
@@ -3,10 +3,10 @@ |
||
3 | 3 | <table cellpadding='3'> |
4 | 4 | <thead> |
5 | 5 | <tr> |
6 | - <td><?php $data['l10n']->show('filename');?></td> |
|
7 | - <td><?php $data['l10n']->show('filedescription');?></td> |
|
8 | - <td><?php $data['l10n']->show('filetype');?></td> |
|
9 | - <td><?php $data['l10n']->show('filesize');?></td> |
|
10 | - <td><?php $data['l10n']->show('file lastmodified');?></td> |
|
6 | + <td><?php $data['l10n']->show('filename'); ?></td> |
|
7 | + <td><?php $data['l10n']->show('filedescription'); ?></td> |
|
8 | + <td><?php $data['l10n']->show('filetype'); ?></td> |
|
9 | + <td><?php $data['l10n']->show('filesize'); ?></td> |
|
10 | + <td><?php $data['l10n']->show('file lastmodified'); ?></td> |
|
11 | 11 | </tr> |
12 | 12 | </thead> |
@@ -3,7 +3,7 @@ |
||
3 | 3 | $title = $this->data['midcom_services_auth_access_denied_title']; |
4 | 4 | $login_warning = $this->data['midcom_services_auth_access_denied_login_warning']; |
5 | 5 | |
6 | -midcom::get()->head->add_stylesheet(MIDCOM_STATIC_URL.'/midcom.services.auth/style.css'); |
|
6 | +midcom::get()->head->add_stylesheet(MIDCOM_STATIC_URL . '/midcom.services.auth/style.css'); |
|
7 | 7 | ?> |
8 | 8 | <!DOCTYPE html> |
9 | 9 | <html lang="<?php echo midcom::get()->i18n->get_current_language(); ?>"> |
@@ -2,7 +2,7 @@ |
||
2 | 2 | $title = $this->data['midcom_services_auth_show_login_page_title']; |
3 | 3 | $login_warning = $this->data['midcom_services_auth_show_login_page_login_warning']; |
4 | 4 | |
5 | -midcom::get()->head->add_stylesheet(MIDCOM_STATIC_URL.'/midcom.services.auth/style.css'); |
|
5 | +midcom::get()->head->add_stylesheet(MIDCOM_STATIC_URL . '/midcom.services.auth/style.css'); |
|
6 | 6 | ?> |
7 | 7 | <!DOCTYPE html> |
8 | 8 | <html lang="<?php echo midcom::get()->i18n->get_current_language(); ?>"> |