diff options
Diffstat (limited to 'ipa-server/ipa-gui')
-rw-r--r-- | ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid | 2 | ||||
-rw-r--r-- | ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid b/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid index 26eba565..a608829c 100644 --- a/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid +++ b/ipa-server/ipa-gui/ipagui/templates/ipapolicyeditform.kid @@ -199,6 +199,7 @@ from ipagui.helpers import ipahelper py:content="tg.errors.get('ipadefaultemaildomain')" /> </td> </tr> + <!-- <tr> <th> <label class="fieldlabel" for="${ipapolicy_fields.userobjectclasses.field_id}" @@ -265,6 +266,7 @@ from ipagui.helpers import ipahelper <a id="${ipapolicy_fields.groupobjectclasses.field_id}_doclink" href="javascript:ExpandingForm.addItem('${ipapolicy_fields.groupobjectclasses.field_id}');">Add Group Object Class</a> </td> </tr> + --> </table> <hr/> diff --git a/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid b/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid index 98fc6962..3549a9f1 100644 --- a/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid +++ b/ipa-server/ipa-gui/ipagui/templates/ipapolicyshow.kid @@ -135,6 +135,7 @@ edit_url = tg.url('/ipapolicy/edit') </th> <td>${ipapolicy.get("ipadefaultemaildomain")}</td> </tr> + <!-- <tr> <th> <label class="fieldlabel" py:content="fields.ipauserobjectclasses.label" />: @@ -175,6 +176,7 @@ edit_url = tg.url('/ipapolicy/edit') </table> </td> </tr> + --> </table> <hr /> <input class="submitbutton" type="button" |