Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
riaf committed Dec 27, 2010
2 parents bb0bb74 + 2fa3203 commit ff3e15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/templates/package/edit.html
Expand Up @@ -30,10 +30,10 @@ <h3>{$t.trans('Package Setting')}</h3>
</rt:loop></rt:invalid>
<rt:if param="{$repository_uri_select}" value="1">
<label><input type="radio" name="repository_uri_select" value="1">Subversion repository on Openpear (will be generated)</label><br/>
<label><input type="radio" name="repository_uri_select" id="repository-uri-select-2" value="2">External</label>
<rt:else />
<input type="hidden" name="repository_uri_select" value="2" />
<label><input type="radio" name="repository_uri_select" value="1" disabled>Subversion repository on Openpear (will be generated)</label><br/>
</rt:if>
<label><input type="radio" name="repository_uri_select" id="repository-uri-select-2" value="2">External</label>
<p style="display: none" id="repository-uri-option">
<select name="external_repository_type" id="external-repository-type">
<option value="Subversion">Subversion</option>
Expand Down

0 comments on commit ff3e15a

Please sign in to comment.