Export from webapp is complete; working on import into webapp

svn: r18326
This commit is contained in:
Doug Blank
2011-10-15 20:12:11 +00:00
parent 382336e9b5
commit f492515494
6 changed files with 80 additions and 78 deletions

View File

@@ -18,7 +18,7 @@
</tr>
<td class="ColumnAttribute">Options:</td>
<td class="ColumnValue" id="data">
<input autocomplete="off" name="options" id="get_focus" type="text" size="50" value="{{report.options}}"></input><br>
<input autocomplete="off" name="options" id="get_focus" type="text" size="50" value="{% if report.options %}{{report.options}}{% else %}{% endif %}"></input><br>
<i>Hint</i>: use Gramps CLI options such as output file format <b>off=pdf</b>, <b>off=ged</b>, or <b>off=gramps</b>
</td>
</tr>