Working on remove, up, down of references
svn: r20083
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user