The text of the page unregister.php is not centere

Hello,
It's a small detail but it bothers me
Since the new page unregister.php of version 7.0.3 the text is that appears more centered
See photo for more details
Can you fix this little problem or tell me how to align text center

Thank

The text of the page unregister.php is not centere

Free Dating Site on: http://coolonweb.com
Quote · 16 Nov 2010

Hello open the - unregister.php

find and replace these code lines :

 

'info' => array(
'type' => 'custom',
'content' => _t("_DELETE_TEXT"),
'colspan' => true
),

 

with :

 

'info' => array(
'type' => 'custom',
'content' => _t("_DELETE_TEXT"),
'colspan' => false
),

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Nov 2010

Thank you
But the text is still centered
See photo

Bug with unregister.php

Free Dating Site on: http://coolonweb.com
Quote · 17 Nov 2010

 

Hello,
It's a small detail but it bothers me
Since the new page unregister.php of version 7.0.3 the text is that appears more centered
See photo for more details
Can you fix this little problem or tell me how to align text center

Thank

The text of the page unregister.php is not centere

Not sure what you want. If you want that text will be centered make this :


find and replace this :

 

'info' => array(
'type' => 'custom',
'content' => _t("_DELETE_TEXT"),
'colspan' => true
),

 

with :

 

'info' => array(
'type' => 'custom',
'content' => '<center>' . _t("_DELETE_TEXT") . '</center>',
'colspan' => false,
),

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.