mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
resolved merge conflict
This commit is contained in:
parent
fc29160c91
commit
09e94bd0e9
@ -2763,17 +2763,13 @@ $class = 'databox filters';
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<<<<<<< HEAD
|
<tr id="row_summary"class="datos">
|
||||||
<tr id="row_filter_search" class="datos">
|
<td class="bolder">
|
||||||
<td class="bolder"><?php echo __('Free search'); ?></td>
|
|
||||||
=======
|
|
||||||
<tr id="row_summary" style="" class="datos">
|
|
||||||
<td style="font-weight:bold;">
|
|
||||||
<?php
|
<?php
|
||||||
echo __('Summary');
|
echo __('Summary');
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
<td style="">
|
<td>
|
||||||
<?php
|
<?php
|
||||||
html_print_checkbox_switch(
|
html_print_checkbox_switch(
|
||||||
'summary',
|
'summary',
|
||||||
@ -2788,9 +2784,8 @@ $class = 'databox filters';
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr id="row_filter_search" style="" class="datos">
|
<tr id="row_filter_search" class="datos">
|
||||||
<td style="font-weight:bold;"><?php echo __('Include filter'); ?></td>
|
<td class="bolder"><?php echo __('Include filter'); ?></td>
|
||||||
>>>>>>> origin/develop
|
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
html_print_input_text('filter_search', $filter_search);
|
html_print_input_text('filter_search', $filter_search);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user