mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[ticket/12730] Use string template for Google+ CPF instead of a new one
PHPBB3-12730
This commit is contained in:
parent
e1454ec487
commit
1363dccf12
3 changed files with 8 additions and 6 deletions
|
@ -53,4 +53,12 @@ class type_googleplus extends type_string
|
||||||
|
|
||||||
return $field_value;
|
return $field_value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*/
|
||||||
|
public function get_template_filename()
|
||||||
|
{
|
||||||
|
return 'profilefields/string.html';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
<!-- BEGIN string -->
|
|
||||||
<input type="text" class="inputbox autowidth" name="{string.FIELD_IDENT}" id="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" />
|
|
||||||
<!-- END string -->
|
|
|
@ -1,3 +0,0 @@
|
||||||
<!-- BEGIN string -->
|
|
||||||
<input type="text" class="post" name="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" />
|
|
||||||
<!-- END string -->
|
|
Loading…
Add table
Reference in a new issue