mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-20 08:31:26 +00:00
add value to checkbox for exporting content
This commit is contained in:
parent
b981f87d38
commit
42ce9fa21b
|
@ -213,7 +213,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {
|
|||
<div class="accordion-inner">
|
||||
<table class="table-condensed">
|
||||
<tr>
|
||||
<td><?= getMLText('content') ?></td><td><input type="checkbox" name="includecontent"> <?php printMLText("include_content"); ?></td>
|
||||
<td><?= getMLText('content') ?></td><td><label class="checkbox inline"><input type="checkbox" name="includecontent" value="1"> <?php printMLText("include_content"); ?></label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td><td><a class="btn" href="<?= $_SERVER['REQUEST_URI']."&export=1" ?>"><i class="icon-download"></i> Export</a></td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user