add value to checkbox for exporting content

This commit is contained in:
Uwe Steinmann 2015-06-17 11:32:46 +02:00
parent b981f87d38
commit 42ce9fa21b

View File

@ -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>