Add the title css class to the profile edit for XMPP.
This commit is contained in:
@@ -33,7 +33,7 @@ function hide_advanced_config() {
|
|||||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td align='left' width="50%">
|
<td align='left' width="50%">
|
||||||
<strong>
|
<span class='title'>
|
||||||
<?php
|
<?php
|
||||||
if ($action == "update") {
|
if ($action == "update") {
|
||||||
echo $text['header-xmpp-edit'];
|
echo $text['header-xmpp-edit'];
|
||||||
@@ -42,7 +42,7 @@ function hide_advanced_config() {
|
|||||||
echo $text['header-xmpp-add'];
|
echo $text['header-xmpp-add'];
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</strong><br>
|
</span><br>
|
||||||
</td> <td width='50%' align='right'>
|
</td> <td width='50%' align='right'>
|
||||||
<input type='submit' name='submit' class='btn' value='<?php echo $text['button-save']?>'>
|
<input type='submit' name='submit' class='btn' value='<?php echo $text['button-save']?>'>
|
||||||
<input type='button' class='btn' name='' alt='back' onclick="window.location='xmpp.php'" value='<?php echo $text['button-back']?>'>
|
<input type='button' class='btn' name='' alt='back' onclick="window.location='xmpp.php'" value='<?php echo $text['button-back']?>'>
|
||||||
|
|||||||
Reference in New Issue
Block a user