Working on remove, up, down of references

svn: r20083
This commit is contained in:
Doug Blank
2012-07-26 06:11:01 +00:00
parent c40e01b987
commit d8b0d5ba5e
5 changed files with 144 additions and 69 deletions

View File

@@ -74,7 +74,7 @@
<td class="ColumnAttribute">{{personform.private.label}}:</td>
<td class="ColumnValue" id="data">{% render personform.private user action %}</td>
<td class="ColumnAttribute">{{personform.probably_alive.label}}:</td>
<td class="ColumnValue" id="data">{% render personform.probably_alive user action %}</td>
<td class="ColumnValue" id="data">{% if person.probably_alive %}Yes{% else %}No{% endif %}</td>
</tr>
</tbody>
</table>

View File

@@ -33,10 +33,10 @@
<td class="ColumnValue" id="data" colspan="5">{% render repositoryform.name user action %} </td>
</tr>
<tr>
<td class="ColumnAttribute">{{repositoryform.repository_type.label}}:</td>
<td class="ColumnValue" id="data" colspan="3">{% render repositoryform.repository_type user action %}</td>
</tr>
<tr>
<td class="ColumnAttribute">{{repositoryform.repository_type.label}}:</td>
<td class="ColumnValue" id="data">{% render repositoryform.repository_type user action %}</td>
<td class="ColumnAttribute">{{repositoryform.gramps_id.label}}:</td>
<td class="ColumnValue" id="data">{% render repositoryform.gramps_id user action %}</td>
<td class="ColumnAttribute" >{{repositoryform.private.label}}:</td>