aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/custom_profile_fields.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-06 15:31:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-06 15:31:39 +0000
commit6205be1e746dd51dface756fbeb8b7fc702e1d80 (patch)
tree5f6fc8a6fa8bc8f13d5511a3f8ac4bb148d60b5e /phpBB/adm/style/custom_profile_fields.html
parent1e74ea85c5eebf9de7d29b1816ed5f8d9a02d638 (diff)
downloadforums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.gz
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.bz2
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.tar.xz
forums-6205be1e746dd51dface756fbeb8b7fc702e1d80.zip
#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/custom_profile_fields.html')
-rw-r--r--phpBB/adm/style/custom_profile_fields.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/custom_profile_fields.html b/phpBB/adm/style/custom_profile_fields.html
index 289d11d32e..1aba162d00 100644
--- a/phpBB/adm/style/custom_profile_fields.html
+++ b/phpBB/adm/style/custom_profile_fields.html
@@ -10,7 +10,7 @@
<!-- END text -->
<!-- BEGIN string -->
- <input type="text" class="text" name="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" />
+ <input type="text" name="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" />
<!-- END string -->
<!-- BEGIN bool -->
@@ -22,7 +22,7 @@
<!-- END bool -->
<!-- BEGIN int -->
- <input type="text" class="text" name="{int.FIELD_IDENT}" size="{int.FIELD_LENGTH}" value="{int.FIELD_VALUE}" />
+ <input type="text" name="{int.FIELD_IDENT}" size="{int.FIELD_LENGTH}" value="{int.FIELD_VALUE}" />
<!-- END int -->
<!-- BEGIN date -->