diff options
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/acp_ext_delete_data.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_ext_details.html | 54 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_ext_disable.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_ext_enable.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_profile.html | 6 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_prune_users.html | 8 | ||||
| -rw-r--r-- | phpBB/adm/style/acp_users_profile.html | 12 | ||||
| -rw-r--r-- | phpBB/adm/style/admin.css | 4 | ||||
| -rw-r--r-- | phpBB/adm/style/custom_profile_fields.html | 32 | ||||
| -rw-r--r-- | phpBB/adm/style/profilefields/url.html | 3 | 
11 files changed, 44 insertions, 83 deletions
diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html index 5b38d9b8d0..0f3adb7cfe 100644 --- a/phpBB/adm/style/acp_ext_delete_data.html +++ b/phpBB/adm/style/acp_ext_delete_data.html @@ -1,6 +1,6 @@  <!-- INCLUDE overall_header.html --> -	<a name="maincontent"></a> +	<a id="maincontent"></a>  	<h1>{L_EXTENSIONS_ADMIN}</h1> diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 18786d80f9..af28acdc54 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -1,6 +1,6 @@  <!-- INCLUDE overall_header.html --> -<a name="maincontent"></a> +<a id="maincontent"></a>  	<a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> @@ -10,39 +10,39 @@  		<legend>{L_EXT_DETAILS}</legend>  		<!-- IF META_DISPLAY_NAME -->  		<dl> -			<dt><label for="meta_display_name">{L_DISPLAY_NAME}{L_COLON}</label></dt> -			<dd><strong id="meta_display_name">{META_DISPLAY_NAME}</strong></dd> +			<dt><label>{L_DISPLAY_NAME}{L_COLON}</label></dt> +			<dd><strong>{META_DISPLAY_NAME}</strong></dd>  		</dl>  		<!-- ENDIF -->  		<dl> -			<dt><label for="meta_name">{L_CLEAN_NAME}{L_COLON}</label></dt> -			<dd><strong id="meta_name">{META_NAME}</strong></dd> +			<dt><label>{L_CLEAN_NAME}{L_COLON}</label></dt> +			<dd><strong>{META_NAME}</strong></dd>  		</dl>  		<!-- IF META_DESCRIPTION -->  		<dl> -			<dt><label for="meta_description">{L_DESCRIPTION}{L_COLON}</label></dt> -			<dd><p id="meta_description">{META_DESCRIPTION}</p></dd> +			<dt><label>{L_DESCRIPTION}{L_COLON}</label></dt> +			<dd><p>{META_DESCRIPTION}</p></dd>  		</dl>  		<!-- ENDIF -->  		<dl> -			<dt><label for="meta_version">{L_VERSION}{L_COLON}</label></dt> -			<dd><p id="meta_version">{META_VERSION}</p></dd> +			<dt><label>{L_VERSION}{L_COLON}</label></dt> +			<dd><p>{META_VERSION}</p></dd>  		</dl>  		<!-- IF META_HOMEPAGE -->  		<dl> -			<dt><label for="meta_homepage">{L_HOMEPAGE}{L_COLON}</label></dt> -			<dd><p id="meta_homepage">{META_HOMEPAGE}</p></dd> +			<dt><label>{L_HOMEPAGE}{L_COLON}</label></dt> +			<dd><strong><a href="{META_HOMEPAGE}">{META_HOMEPAGE}</a></strong></dd>  		</dl>  		<!-- ENDIF -->  		<!-- IF META_TIME -->  		<dl> -			<dt><label for="meta_time">{L_TIME}{L_COLON}</label></dt> -			<dd><p id="meta_time">{META_TIME}</p></dd> +			<dt><label>{L_TIME}{L_COLON}</label></dt> +			<dd><p>{META_TIME}</p></dd>  		</dl>  		<!-- ENDIF -->  		<dl> -			<dt><label for="meta_license">{L_LICENCE}{L_COLON}</label></dt> -			<dd><p id="meta_license">{META_LICENCE}</p></dd> +			<dt><label>{L_LICENCE}{L_COLON}</label></dt> +			<dd><p>{META_LICENCE}</p></dd>  		</dl>  	</fieldset> @@ -51,14 +51,14 @@  		<legend>{L_REQUIREMENTS}</legend>  		<!-- IF META_REQUIRE_PHPBB -->  		<dl<!-- IF META_REQUIRE_PHPBB_FAIL --> class="requirements_not_met"<!-- ENDIF -->> -			<dt><label for="require_phpbb">{L_PHPBB_VERSION}{L_COLON}</label></dt> -			<dd><p id="require_phpbb">{META_REQUIRE_PHPBB}</p></dd> +			<dt><label>{L_PHPBB_VERSION}{L_COLON}</label></dt> +			<dd><p>{META_REQUIRE_PHPBB}</p></dd>  		</dl>  		<!-- ENDIF -->  		<!-- IF META_REQUIRE_PHP -->  		<dl<!-- IF META_REQUIRE_PHP_FAIL --> class="requirements_not_met"<!-- ENDIF -->> -			<dt><label for="require_php">{L_PHP_VERSION}{L_COLON}</label></dt> -			<dd><p id="require_php">{META_REQUIRE_PHP}</p></dd> +			<dt><label>{L_PHP_VERSION}{L_COLON}</label></dt> +			<dd><p>{META_REQUIRE_PHP}</p></dd>  		</dl>  		<!-- ENDIF -->  	</fieldset> @@ -69,25 +69,25 @@  		<!-- BEGIN meta_authors -->  		<fieldset>  			<dl> -				<dt><label for="meta_author_name">{L_AUTHOR_NAME}{L_COLON}</label></dt> -				<dd><strong id="meta_author_name">{meta_authors.AUTHOR_NAME}</strong></dd> +				<dt><label>{L_AUTHOR_NAME}{L_COLON}</label></dt> +				<dd><strong>{meta_authors.AUTHOR_NAME}</strong></dd>  			</dl>  			<!-- IF meta_authors.AUTHOR_EMAIL -->  			<dl> -				<dt><label for="meta_author_email">{L_AUTHOR_EMAIL}{L_COLON}</label></dt> -				<dd><strong id="meta_author_email"><a href="mailto:{meta_authors.AUTHOR_EMAIL}">{meta_authors.AUTHOR_EMAIL}</a></strong></dd> +				<dt><label>{L_AUTHOR_EMAIL}{L_COLON}</label></dt> +				<dd><strong><a href="mailto:{meta_authors.AUTHOR_EMAIL}">{meta_authors.AUTHOR_EMAIL}</a></strong></dd>  			</dl>  			<!-- ENDIF -->  			<!-- IF meta_authors.AUTHOR_HOMEPAGE -->  			<dl> -				<dt><label for="meta_author_url">{L_AUTHOR_HOMEPAGE}{L_COLON}</label></dt> -				<dd><strong id="meta_author_url"><a href="{meta_authors.AUTHOR_HOMEPAGE}">{meta_authors.AUTHOR_HOMEPAGE}</a></strong></dd> +				<dt><label>{L_AUTHOR_HOMEPAGE}{L_COLON}</label></dt> +				<dd><strong><a href="{meta_authors.AUTHOR_HOMEPAGE}">{meta_authors.AUTHOR_HOMEPAGE}</a></strong></dd>  			</dl>  			<!-- ENDIF -->  			<!-- IF meta_authors.AUTHOR_ROLE -->  			<dl> -				<dt><label for="author_role">{L_AUTHOR_ROLE}{L_COLON}</label></dt> -				<dd><strong id="meta_author_role">{meta_authors.AUTHOR_ROLE}</strong></dd> +				<dt><label>{L_AUTHOR_ROLE}{L_COLON}</label></dt> +				<dd><strong>{meta_authors.AUTHOR_ROLE}</strong></dd>  			</dl>  			<!-- ENDIF -->  		</fieldset> diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 4fa0893be7..d650544ff7 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -1,6 +1,6 @@  <!-- INCLUDE overall_header.html --> -	<a name="maincontent"></a> +	<a id="maincontent"></a>  	<h1>{L_EXTENSIONS_ADMIN}</h1> diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 670904a2ce..42523f1f58 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -1,6 +1,6 @@  <!-- INCLUDE overall_header.html --> -	<a name="maincontent"></a> +	<a id="maincontent"></a>  	<h1>{L_EXTENSIONS_ADMIN}</h1> diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index 09cf6a31f5..2fcc6eab31 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -1,6 +1,6 @@  <!-- INCLUDE overall_header.html --> -<a name="maincontent"></a> +<a id="maincontent"></a>  	<h1>{L_EXTENSIONS_ADMIN}</h1> diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 04e6d9f12b..64bc3df09b 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -79,6 +79,12 @@  			<dt><label for="field_hide">{L_HIDE_PROFILE_FIELD}{L_COLON}</label><br /><span>{L_HIDE_PROFILE_FIELD_EXPLAIN}</span></dt>  			<dd><input type="checkbox" class="radio" id="field_hide" name="field_hide" value="1"<!-- IF S_FIELD_HIDE --> checked="checked"<!-- ENDIF --> /></dd>  		</dl> +		<dl> +			<dt><label for="field_is_contact">{L_FIELD_IS_CONTACT}{L_COLON}</label><br /><span>{L_FIELD_IS_CONTACT_EXPLAIN}</span></dt> +			<dd><input type="checkbox" class="radio" id="field_is_contact" name="field_is_contact" value="1"<!-- IF S_FIELD_CONTACT --> checked="checked"<!-- ENDIF --> /></dd> +			<dd><input class="text medium" type="text" name="field_contact_desc" id="field_contact_desc" value="{FIELD_CONTACT_DESC}" /> <label for="field_contact_desc">{L_FIELD_CONTACT_DESC}</label></dd> +			<dd><input class="text medium" type="text" name="field_contact_url" id="field_contact_url" value="{FIELD_CONTACT_URL}" /> <label for="field_contact_url">{L_FIELD_CONTACT_URL}</label></dd> +		</dl>  		</fieldset>  		<!-- IF S_EDIT_MODE --> diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html index 2bbb03a834..b8c271355b 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -19,11 +19,7 @@  	<dd><input type="text" id="email" name="email" /></dd>  </dl>  <dl> -	<dt><label for="email">{L_WEBSITE}{L_COLON}</label></dt> -	<dd><input type="text" id="website" name="website" /></dd> -</dl> -<dl> -	<dt><label for="joined">{L_JOINED}{L_COLON}</label><br /><span>{L_JOINED_EXPLAIN}</span></dt> +	<dt><label for="joined_after">{L_JOINED}{L_COLON}</label><br /><span>{L_JOINED_EXPLAIN}</span></dt>  	<dd>  		<strong>{L_AFTER}</strong> <input type="text" id="joined_after" name="joined_after" />  		<br /> <br /> <strong>{L_BEFORE}</strong> <input type="text" id="joined_before" name="joined_before" /> @@ -44,7 +40,7 @@  <!-- IF S_GROUP_LIST -->  <dl>  	<dt><label for="group_id">{L_GROUP}{L_COLON}</label><br /><span>{L_PRUNE_USERS_GROUP_EXPLAIN}</span></dt> -	<dd><select name="group_id">{S_GROUP_LIST}</select></dd> +	<dd><select id="group_id" name="group_id">{S_GROUP_LIST}</select></dd>  </dl>  <!-- ENDIF -->  </fieldset> diff --git a/phpBB/adm/style/acp_users_profile.html b/phpBB/adm/style/acp_users_profile.html index f4a3c06e67..84d5df8c14 100644 --- a/phpBB/adm/style/acp_users_profile.html +++ b/phpBB/adm/style/acp_users_profile.html @@ -3,18 +3,10 @@  	<fieldset>  		<legend>{L_USER_PROFILE}</legend>  	<dl> -		<dt><label for="icq">{L_UCP_ICQ}{L_COLON}</label></dt> -		<dd><input type="text" id="icq" name="icq" value="{ICQ}" /></dd> -	</dl> -	<dl>  		<dt><label for="aim">{L_UCP_AIM}{L_COLON}</label></dt>  		<dd><input type="text" id="aim" name="aim" value="{AIM}" /></dd>  	</dl>  	<dl> -		<dt><label for="msn">{L_UCP_MSNM}{L_COLON}</label></dt> -		<dd><input type="email" id="msn" name="msn" value="{MSN}" /></dd> -	</dl> -	<dl>  		<dt><label for="yim">{L_UCP_YIM}{L_COLON}</label></dt>  		<dd><input type="text" id="yim" name="yim" value="{YIM}" /></dd>  	</dl> @@ -23,10 +15,6 @@  		<dd><input type="email" id="jabber" name="jabber" value="{JABBER}" /></dd>  	</dl>  	<dl> -		<dt><label for="website">{L_WEBSITE}{L_COLON}</label></dt> -		<dd><input type="url" id="website" name="website" value="{WEBSITE}" /></dd> -	</dl> -	<dl>  		<dt><label for="birthday">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>  		<dd>{L_DAY}{L_COLON} <select id="birthday" name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> {L_MONTH}{L_COLON} <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> {L_YEAR}{L_COLON} <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></dd>  	</dl> diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 3c7e378b2b..7ef74e4db0 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1572,7 +1572,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {  	top: 150px;  	left: 0;  	right: 0; -	max-width: 600px; +	width: 620px;  	margin: 0 auto;  	z-index: 50;  	padding: 25px; @@ -1642,7 +1642,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {  @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)  {  	.phpbb_alert { -		max-width: none; +		width: auto;  		margin: 0 25px;  	}  } diff --git a/phpBB/adm/style/custom_profile_fields.html b/phpBB/adm/style/custom_profile_fields.html deleted file mode 100644 index 982356bfa7..0000000000 --- a/phpBB/adm/style/custom_profile_fields.html +++ /dev/null @@ -1,32 +0,0 @@ - -<!-- BEGIN dropdown --> -	<select name="{dropdown.FIELD_IDENT}" id="{dropdown.FIELD_IDENT}"> -		<!-- BEGIN options --><option value="{dropdown.options.OPTION_ID}"{dropdown.options.SELECTED}>{dropdown.options.VALUE}</option><!-- END options --> -	</select> -<!-- END dropdown --> - -<!-- BEGIN text --> -	<textarea name="{text.FIELD_IDENT}" id="{text.FIELD_IDENT}" rows="{text.FIELD_ROWS}" cols="{text.FIELD_COLS}">{text.FIELD_VALUE}</textarea> -<!-- END text --> - -<!-- BEGIN string --> -	<input type="text" name="{string.FIELD_IDENT}" id="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" /> -<!-- END string --> - -<!-- BEGIN bool --> -	<!-- IF bool.FIELD_LENGTH eq 1 --> -		<!-- BEGIN options --><label for="{bool.FIELD_IDENT}_{bool.options.OPTION_ID}"><input type="radio" class="radio" name="{bool.FIELD_IDENT}" id="{bool.FIELD_IDENT}_{bool.options.OPTION_ID}" value="{bool.options.OPTION_ID}"{bool.options.CHECKED} /> {bool.options.VALUE}</label> <!-- END options --> -	<!-- ELSE --> -		<input type="checkbox" class="radio" name="{bool.FIELD_IDENT}" id="{bool.FIELD_IDENT}" value="1"<!-- IF bool.FIELD_VALUE --> checked="checked"<!-- ENDIF --> /> -	<!-- ENDIF --> -<!-- END bool --> - -<!-- BEGIN int --> -	<input type="text" name="{int.FIELD_IDENT}" id="{int.FIELD_IDENT}" size="{int.FIELD_LENGTH}" value="{int.FIELD_VALUE}" /> -<!-- END int --> - -<!-- BEGIN date --> -	<span>{L_DAY}{L_COLON}</span> <select name="{date.FIELD_IDENT}_day" id="{date.FIELD_IDENT}_day">{date.S_DAY_OPTIONS}</select> -	<span>{L_MONTH}{L_COLON}</span> <select name="{date.FIELD_IDENT}_month" id="{date.FIELD_IDENT}_month">{date.S_MONTH_OPTIONS}</select> -	<span>{L_YEAR}{L_COLON}</span> <select name="{date.FIELD_IDENT}_year" id="{date.FIELD_IDENT}_year">{date.S_YEAR_OPTIONS}</select> -<!-- END date --> diff --git a/phpBB/adm/style/profilefields/url.html b/phpBB/adm/style/profilefields/url.html new file mode 100644 index 0000000000..8dd3a90de1 --- /dev/null +++ b/phpBB/adm/style/profilefields/url.html @@ -0,0 +1,3 @@ +<!-- BEGIN url --> +<input type="url" class="inputbox autowidth" name="{url.FIELD_IDENT}" id="{url.FIELD_IDENT}" size="{url.FIELD_LENGTH}" maxlength="{url.FIELD_MAXLEN}" value="{url.FIELD_VALUE}" /> +<!-- END url -->  | 
