summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa5519a)
raw | patch | inline | side by side (parent: aa5519a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 13:35:43 +0000 (13:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 13:35:43 +0000 (13:35 +0000) |
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history | |
plugins/gofon/phoneaccount/generic.tpl | patch | blob | history | |
plugins/gofon/phoneaccount/main.inc | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index c1a81694d92c95c5bb21ad45bcd34a622d41e333..0a99471a393a9ab6484ae5d1ada5bb74fa5bff11 100644 (file)
/* Do we represent a valid account? */
if (!$this->is_account && $this->parent == NULL){
- $display= "<img src=\"images/stop.png\" align=center> <b>".
+ $display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\"> <b>".
_("This account has no phone extensions.")."</b>";
$display.= back_to_main();
return($display);
list($number, $timeout)= split(";", $fw);
}
$forwarder_list.= "<tr><td>";
- $forwarder_list.= "<input name=\"fwn$nr\" size=25 align=center maxlength=60 value=\"$number\" $acl>";
+ $forwarder_list.= "<input name=\"fwn$nr\" size=25 align=\"middle\" maxlength=60 value=\"$number\" $acl>";
$forwarder_list.= "</td><td>";
- $forwarder_list.= "<input name=\"fwt$nr\" size=5 align=center maxlength=5 value=\"$timeout\" $acl>";
+ $forwarder_list.= "<input name=\"fwt$nr\" size=5 align=\"middle\" maxlength=5 value=\"$timeout\" $acl>";
$forwarder_list.= "</td><td>";
$forwarder_list.= "<input type=\"submit\" value=\""._("Add")."\" name=\"add_fw$nr\" $acl>";
if (count($this->forwarders) > 1){
index 0dda5abab294d96fc4d3b29c18b9fb643c9ace57..f3f814bb06a4199f6c617fc3f4423dca80601722 100644 (file)
<tr>
<td style="vertical-align:top; border-right:1px solid #A0A0A0;width:33%">
- <h2><img align="center" src="images/hardware.png"> {t}Telephone hardware{/t}</h2>
+ <h2><img alt="" align="middle" src="images/hardware.png"> {t}Telephone hardware{/t}</h2>
<table style="width:100%" border=0>
<tr>
</table>
</td>
<td style="width:33%;">
- <h2><img align="center" src="images/sound.png"> {t}Answering machine{/t}</h2>
- <table border=0 width=100%>
+ <h2><img alt="" align="middle" src="images/sound.png"> {t}Answering machine{/t}</h2>
+ <table border=0 width="100%">
<tr>
<td>
{if $has_mailaccount eq "false"}
- <input disabled type=checkbox name="fon_to_mail" value="1" {$fon_to_mail} {$goFonDeliveryModeACL}>
+ <input disabled type=checkbox name="fon_to_mail" value="1" >
<a style="color:#909090">{t}Deliver missed calls as mail{/t}</a>
{else}
- <input type=checkbox name="fon_to_mail" value="1" {$fon_to_mail} {$goFonDeliveryModeACL}>
+ <input type=checkbox name="fon_to_mail" value="1" {$goFonDeliveryModeACL}>
{t}Deliver missed calls as mail{/t}
{/if}
</td>
<table style="width:100%">
<tr>
<td style="vertical-align:top; border-right:1px solid #A0A0A0; width:50%">
- <h2><img align="center" src="images/banana.png"> {t}Phone numbers{/t}</h2>
+ <h2><img alt="" align="middle" src="images/banana.png"> {t}Phone numbers{/t}</h2>
<select style="width:380px; height:120px;" name="phonenumber_list[]" size=6 multiple {$telephoneNumberACL}>
{html_options options=$phoneNumbers}
</select>
<br>
- <input name="phonenumber" size=20 align=center maxlength=60 {$telephoneNumberACL} value="">
+ <input name="phonenumber" size=20 align=middle maxlength=60 {$telephoneNumberACL} value="">
<input type="submit" value="{t}Add{/t}" name="add_phonenumber"
{$telephoneNumberACL}>
<input type="submit" value="{t}Delete{/t}" name="delete_phonenumber"
<td style="vertical-align:top; width:50%;">
<table>
- <td style="widht:50%; vertical-align:top;">
- <h2><img align="center" src="images/rightarrow.png"> {t}Forward calls to{/t}</h2>
+ <tr>
+ <td style="width:50%; vertical-align:top;">
+ <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Forward calls to{/t}</h2>
<table>
<tr>
index 00c3748512100b0f088dda3bf04d65c27cec205c..a25c5b9df5ef2ff54ea283447779f2b29c6575ff 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" value=\""._("Finish")."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\""._("Cancel")."\">\n";
- $info= "<img align=\"center\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn." ";
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn." ";
} else {
- $info= "<img align=\"center\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn." ";
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn." ";
if (isset($editacl) && $editacl != "#none#"){
- $info.= "<img align=\"center\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
+ $info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
$display.= "<input type=submit name=\"edit\" value=\""._("Edit")."\">\n";
}
$display.= "<input type=\"hidden\" name=\"ignore\">\n";