Skip to content
Snippets Groups Projects
Commit e360817a authored by Maja Górecka-Wolniewicz's avatar Maja Górecka-Wolniewicz
Browse files

disabled URL and registrationAuthority fields when federation feed is checked via fed_id param

parent 3a7c6bdf
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ Federation's metadata URL ...@@ -27,7 +27,7 @@ Federation's metadata URL
{#{% if params.url %} {#{% if params.url %}
<b><font color='#A7C942'>{{ params.url }}</font></b><input type="hidden" name="url" id="url" value="{{ params.url }}"><p> <b><font color='#A7C942'>{{ params.url }}</font></b><input type="hidden" name="url" id="url" value="{{ params.url }}"><p>
{% else %}#} {% else %}#}
<input type="text" name="url" id="url" size="65" value="{{ params.url }}"> <input type="text" name="url" id="url" size="65" value="{{ params.url }}" {% if params.auto == 1 %} disabled {% endif %} >
{#{% endif %}#} {#{% endif %}#}
</td> </td>
</tr> </tr>
...@@ -36,7 +36,7 @@ Federation's metadata URL ...@@ -36,7 +36,7 @@ Federation's metadata URL
<b>To check registrationAuthority field input the value here</b> <b>To check registrationAuthority field input the value here</b>
</td> </td>
<td> <td>
<input type="text" name="regauth" id="regauth" value="{{params.regauth }}" size="65"> <input type="text" name="regauth" id="regauth" value="{{params.regauth }}" size="65" {% if params.auto == 1 %} disabled {% endif %}>
<p> <p>
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment