phpBB

Code Changes

File: adm/style/acp_ban.html

  Unmodified   Added   Modified   Removed
Line 31Line 31

function display_details(option)
{


function display_details(option)
{

		document.getElementById('acp_unban').unbangivereason.value = ban_give_reason[option];
document.getElementById('acp_unban').unbanreason.value = ban_reason[option];

		document.getElementById('acp_unban').unbangivereason.innerHTML = ban_give_reason[option];
document.getElementById('acp_unban').unbanreason.innerHTML = ban_reason[option];

		document.getElementById('acp_unban').unbanlength.value = ban_length[option];
}


		document.getElementById('acp_unban').unbanlength.value = ban_length[option];
}


Line 93Line 93
	</dl>
<dl>
<dt><label for="unbanlength">{L_BAN_LENGTH}:</label></dt>

	</dl>
<dl>
<dt><label for="unbanlength">{L_BAN_LENGTH}:</label></dt>

		<dd><input style="border: 0;" type="text" class="text full" disabled="disabled" name="unbanlength" id="unbanlength" /></dd>

		<dd><input style="border: 0;" type="text" class="text full" readonly="readonly" name="unbanlength" id="unbanlength" /></dd>

	</dl>
<dl>
<dt><label for="unbanreason">{L_BAN_REASON}:</label></dt>

	</dl>
<dl>
<dt><label for="unbanreason">{L_BAN_REASON}:</label></dt>

		<dd><textarea style="border: 0;" class="text full" disabled="disabled" name="unbanreason" id="unbanreason" rows="5" cols="80">&nbsp;</textarea></dd>

		<dd><textarea style="border: 0;" class="text full" readonly="readonly" name="unbanreason" id="unbanreason" rows="5" cols="80">&nbsp;</textarea></dd>

	</dl>
<dl>
<dt><label for="unbangivereason">{L_BAN_GIVE_REASON}:</label></dt>

	</dl>
<dl>
<dt><label for="unbangivereason">{L_BAN_GIVE_REASON}:</label></dt>

		<dd><textarea style="border: 0;" class="text full" disabled="disabled" name="unbangivereason" id="unbangivereason" rows="5" cols="80">&nbsp;</textarea></dd>

		<dd><textarea style="border: 0;" class="text full" readonly="readonly" name="unbangivereason" id="unbangivereason" rows="5" cols="80">&nbsp;</textarea></dd>

	</dl>

<p class="submit-buttons">

	</dl>

<p class="submit-buttons">