Fixed more bugs in FixHost method.
This commit is contained in:
parent
9befcf3c13
commit
ffa6f12f6b
4 changed files with 23 additions and 8 deletions
|
@ -45,7 +45,7 @@
|
|||
<asp:Literal ID="lblWikiUrl" runat="server" Text="Wiki URL"
|
||||
EnableViewState="False" meta:resourcekey="lblWikiUrlResource1" />
|
||||
<span class="smalllabel">(<asp:Literal ID="lblUsedForEmailCommunications"
|
||||
runat="server" Text="used for email communications" EnableViewState="False"
|
||||
runat="server" Text="used for email communications and redirects" EnableViewState="False"
|
||||
meta:resourcekey="lblUsedForEmailCommunicationsResource1" /> -
|
||||
<anthem:LinkButton ID="btnAutoWikiUrl" runat="server" Text="autodetect"
|
||||
CausesValidation="False" OnClick="btnAutoWikiUrl_Click"
|
||||
|
|
|
@ -397,7 +397,7 @@
|
|||
<value />
|
||||
</data>
|
||||
<data name="lblUsedForEmailCommunicationsResource1.Text" xml:space="preserve">
|
||||
<value>used for email communications</value>
|
||||
<value>used for email communications and redirects</value>
|
||||
</data>
|
||||
<data name="lblWikiTitleResource1.Text" xml:space="preserve">
|
||||
<value>Wiki title</value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue