Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory-plugins
Commits
17f7cb61
Commit
17f7cb61
authored
Oct 13, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Oct 13, 2014
Browse files
Fixes
#3407
Removing cellspacing and cellpading attributes.
parent
6ae78068
Changes
27
Hide whitespace changes
Inline
Side-by-side
addressbook/addons/addressbook/address_edit.tpl
View file @
17f7cb61
<table
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
cellpadding=
4
cellspacing=
0
border=
0
>
<table
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
border=
"0"
>
<tr
style=
"background-color: #E8E8E8; height:26px;font-weight:bold;"
>
<td
align=
left
width=
"100%"
>
<LABEL
for=
"storage_base"
>
...
...
@@ -16,7 +16,7 @@
</tr>
<tr
style=
"background-color: white"
>
<td
colspan=
2
>
<table
width=
"100%"
cellspacing=
2
cellpadding=
4
>
<table
width=
"100%"
>
<tr>
<td
style=
"width:50%; vertical-align:top; background-color: #F0F0F0"
>
<h2>
...
...
addressbook/addons/addressbook/address_info.tpl
View file @
17f7cb61
<table
summary=
""
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
cellpadding=
4
cellspacing=
0
border=
0
>
<table
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
border=
"0"
>
<tr
style=
"background-color: #E8E8E8; height:26px;font-weight:bold;"
>
<td
align=
left
width=
"100%"
>
{
$storage_info
}
</td>
...
...
@@ -10,19 +10,19 @@
<tr
style=
"background-color: white"
>
<td
colspan=
2
>
<table
summary=
""
width=
"100%"
cellspacing=
2
cellpadding=
4
>
<table
width=
"100%"
>
<tr>
<td
style=
"width:50%; vertical-align:top; background-color: #F0F0F0"
>
<h2>
<img
class=
"center"
alt=
""
src=
"
{
$personal_image
}
"
align=
middle
>
<img
class=
"center"
alt=
""
src=
"
{
$personal_image
}
"
align=
middle
>
{
t
}
Personal
{/
t
}
</h2>
<table
summary=
""
width=
"100%"
>
<tr>
<td
style=
'width:40%;'
>
{
t
}
Name
{/
t
}
</td>
</td>
<td>
<i>
{
$info_sn
}
,
{
$info_givenName
}
</i>
</td>
...
...
@@ -30,7 +30,7 @@
<tr>
<td>
{
t
}
Initials
{/
t
}
</td>
</td>
<td>
<i>
{
$info_initials
}
</i>
</td>
...
...
@@ -49,7 +49,7 @@
<td
style=
"vertical-align:top; background-color: #E8E8E8"
>
<h2>
<img
class=
"center"
alt=
""
src=
"
{
$home_image
}
"
align=
middle
>
<img
class=
"center"
alt=
""
src=
"
{
$home_image
}
"
align=
middle
>
{
t
}
Private
{/
t
}
</h2>
...
...
@@ -95,14 +95,14 @@
<td
style=
"vertical-align:top; background-color: #E4E4E4"
colspan=
2
>
<h2>
<img
class=
"center"
alt=
""
src=
"
{
$company_image
}
"
align=
middle
>
<img
class=
"center"
alt=
""
src=
"
{
$company_image
}
"
align=
middle
>
{
t
}
Organizational
{/
t
}
</h2>
<table
summary=
""
width=
"100%"
>
<tr>
<td
width=
'50%'
>
<table
summary=
""
width=
"100%"
>
<tr>
<td
style=
'width:40%;'
>
...
...
@@ -121,7 +121,7 @@
</td>
</tr>
<tr>
<td>
<td>
{
t
}
City
{/
t
}
</td>
<td>
...
...
@@ -187,7 +187,7 @@
</tr>
</table>
</td>
</td>
</tr>
</table>
...
...
addressbook/addons/addressbook/contents.tpl
View file @
17f7cb61
<table
style=
"table-layout:fixed; width:100%; vertical-align:top; text-align:left; table-layout:auto;"
cellpadding=
"4"
border=
"0"
>
<table
style=
"table-layout:fixed; width:100%; vertical-align:top; text-align:left; table-layout:auto;"
border=
"0"
>
<tr>
<td
style=
"vertical-align:top;"
>
<table
style=
"border:1px solid #B0B0B0; width:100%; vertical-align:top; text-align:left;"
cellpadding=
"4"
cellspacing=
"0"
>
<table
style=
"border:1px solid #B0B0B0; width:100%; vertical-align:top; text-align:left;"
>
<colgroup>
<col
width=
"32%"
>
<col
width=
"14%"
>
...
...
@@ -17,7 +17,7 @@
{
$search_result
}
</table>
<table
style=
"vertical-align:top; text-align:center; width:100%;"
cellpadding=
"4"
cellspacing=
"0"
border=
"0"
>
<table
style=
"vertical-align:top; text-align:center; width:100%;"
border=
"0"
>
<tr>
<td>
{
$range_selector
}
</td>
</tr>
...
...
addressbook/addons/addressbook/dial.tpl
View file @
17f7cb61
<table
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
cellpadding=
4
cellspacing=
0
b
order=
0
>
<table
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
order=
"0"
>
<tr
style=
"background-color: #E8E8E8; height:26px;font-weight:bold;"
>
<td
align=
left
width=
"100%"
><LABEL
for=
"dial"
>
{
t
}
Dial connection...
{/
t
}
</LABEL></td>
</tr>
...
...
apache2/admin/systems/services/apache2/serviceApacheVhostEdit-list.tpl
View file @
17f7cb61
<table
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
cellpadding=
2
>
<table
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
>
<tr>
<td
style=
"vertical-align:top; width:100%;"
>
<div
class=
"contentboxh"
>
...
...
argonaut/addons/argonaut/argonaut_import_file.tpl
View file @
17f7cb61
...
...
@@ -32,7 +32,7 @@
<br>
<br>
<div
style=
'width:100%; height:300px; overflow: scroll;'
>
<table
cellpadding=
"3"
cellspacing=
"0"
style=
'width:100%; background-color: #CCCCCC; border: solid 1px #CCCCCC;'
>
<table
style=
'width:100%; background-color: #CCCCCC; border: solid 1px #CCCCCC;'
>
<tr>
<td><b>
{
t
}
Timestamp
{/
t
}
</b></td>
<td><b>
{
t
}
MAC
{/
t
}
</b></td>
...
...
@@ -54,15 +54,15 @@
<td>
{
$item.FQDN
}
</td>
<td>
{
$item.IP
}
</td>
<td>
{
$item.DHCP
}
</td>
</tr>
</tr>
<tr
style=
'background-color: #F0BBBB;'
>
<td
colspan=
"7"
><b>
{
$item.ERROR
}
</b></td>
</tr>
{
else
}
{
if
(
$key
%
2
)
}
<tr
class=
"rowxp0"
>
<tr
class=
"rowxp0"
>
{
else
}
<tr
class=
"rowxp1"
>
<tr
class=
"rowxp1"
>
{/
if
}
<td>
{
$item.TIMESTAMP
}
</td>
<td
style=
'border-left: solid 1px #BBBBBB;'
>
{
$item.MAC
}
</td>
...
...
argonaut/addons/argonaut/deploy-list.tpl
View file @
17f7cb61
<table
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
cellpadding=
2
>
<table
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
>
<tr>
<td
style=
"vertical-align:top; width:100%;"
>
<div
class=
"contentboxh"
>
...
...
argonaut/addons/argonaut/events/timestamp_select.tpl
View file @
17f7cb61
<table
cellspacing=
"0"
cellpadding=
"0"
>
<table>
<tr>
<td>
{
t
}
Year
{/
t
}
</td>
<td>
{
t
}
Month
{/
t
}
</td>
...
...
dashboard/addons/dashboard/contents.tpl
View file @
17f7cb61
...
...
@@ -30,7 +30,7 @@
{
t
}
Computer name to use by unit
{/
t
}
</span>
<div>
<table
summary=
""
style=
"border:1px solid #B0B0B0; width:100%; vertical-align:top; text-align:left;
"
cellpadding=
"4"
cell
spacing
=
"0
"
>
<table
style=
"border:1px solid #B0B0B0; width:100%; vertical-align:top; text-align:left;
border-
spacing
:0;
"
>
{
$output_next_computer_ids
}
</table>
</div>
...
...
dashboard/addons/dashboard/users_accounts.tpl
View file @
17f7cb61
...
...
@@ -11,7 +11,7 @@
{/
if
}
</h1>
{
if
$attributes.expired.accounts
|@
count
>
0
}
<table
summary=
""
style=
"width: 100%;"
class=
"listingTable"
>
<table
style=
"width: 100%;"
class=
"listingTable"
>
<colgroup>
<col
width=
"10%"
/>
<col
width=
"15%"
/>
...
...
@@ -61,7 +61,7 @@
{/
if
}
</h1>
{
if
$attributes.expired.accounts_next_days
|@
count
>
0
}
<table
summary=
""
style=
"width: 100%;
table-layout: fixed;"
cellpadding=
"4"
cellspacing=
"0
"
>
<table
style=
"width: 100%;
"
class=
"listingTable
"
>
<colgroup>
<col
width=
"10%"
/>
<col
width=
"15%"
/>
...
...
desktop-management/admin/groups/apps/app_list.tpl
View file @
17f7cb61
...
...
@@ -26,7 +26,7 @@
padding:5px;
"
>
<table
style=
'width:100%
'
cellpadding=
0
cell
spacing
=
0
>
<table
style=
'width:100%
;border-collapse:collapse; border-
spacing
:0;'
>
{
foreach
from
=
$entries
item
=
item
key
=
key
}
{
if
$item.TYPE
==
"OPEN"
}
<tr>
...
...
@@ -34,7 +34,7 @@
</tr>
<tr>
<td
style=
'padding-left:20px;'
colspan=
3
>
<table
style=
'width:100%;
'
cellpadding=
0
cell
spacing
=
0
>
<table
style=
'width:100%;
border-collapse:collapse; border-
spacing
:0;'
>
{
elseif
$item.TYPE
==
"CLOSE"
}
</table>
...
...
dns/admin/systems/services/dns/class_serviceDNSeditZoneEntries.inc
View file @
17f7cb61
...
...
@@ -415,7 +415,7 @@ class servDNSeditZoneEntries extends plugin
$hostNameOnce
=
TRUE
;
/* Walk through all defined records */
$str
.
=
"
<table
cellspacing='0' cellpadding='0'>"
;
$str
.
=
'
<table
style="border-collapse:collapse; border-spacing:0;">'
;
foreach
(
$obj
[
'RECORDS'
]
as
$id
=>
$record
)
{
/* Skip not selectable entries */
if
(
!
isset
(
$this
->
RecordTypes
[
$record
[
'type'
]]))
{
...
...
fai/admin/fai/packageSelect/selectPackage-list.tpl
View file @
17f7cb61
<table
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
cellpadding=
2
>
<table
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
>
<tr>
<td
style=
"vertical-align:top; width:100%;"
>
<div
class=
"contentboxh"
>
...
...
fax/addons/faxreports/contents.tpl
View file @
17f7cb61
...
...
@@ -25,7 +25,7 @@
<br>
{
if
$search_result
ne
""
}
<table
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
cellpadding=
2
cellspacing=
1
border=
0
rules=
"cols"
>
<table
style=
"width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"
border=
"0"
rules=
"cols"
>
<tr
style=
"background-color: #E8E8E8; height:26px; font-weight:bold"
>
<td><a
href=
"main.php
{
$plug
}
&sort=0"
>
{
t
}
User
{/
t
}
{
$mode0
}
</a></td>
<td><a
href=
"main.php
{
$plug
}
&sort=1"
>
{
t
}
Date
{/
t
}
{
$mode1
}
</a></td>
...
...
@@ -37,7 +37,7 @@
{
$search_result
}
</table>
<table
style=
"width:100%; vertical-align:top; text-align:center;"
cellpadding=
4
cellspacing=
0
border=
0
>
<table
style=
"width:100%; vertical-align:top; text-align:center;"
border=
"0"
>
<tr>
<td>
{
$range_selector
}
</td>
</tr>
...
...
fax/addons/faxreports/detail.tpl
View file @
17f7cb61
...
...
@@ -12,7 +12,7 @@
</td>
<td
style=
"vertical-align:top"
>
<table
summary=
""
border=
0
cellspacing=
5
>
<table
border=
"0"
>
<tr>
<td><b>
{
t
}
FAX ID
{/
t
}
</b></td>
<td>
{
$fax_id
}
</td>
...
...
fax/personal/faxaccount/faxNumberSelect/faxNumberSelect-list.tpl
View file @
17f7cb61
<table
summary=
""
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
cellpadding=
2
>
<table
style=
"width:100%;height:100%; vertical-align:top; text-align:left;"
>
<tr>
<td
style=
"vertical-align:top; width:100%;"
>
<div
class=
"contentboxh"
>
...
...
fax/personal/faxaccount/generic.tpl
View file @
17f7cb61
<table
style=
"width:100%; vertical-align:top; text-align:left;
"
cellpadding=
"0"
border=
"0
"
>
<table
style=
"width:100%; vertical-align:top; text-align:left;
border-collapse:collapse; border-spacing:0;
"
>
<!-- Headline container -->
<tr>
...
...
@@ -85,7 +85,7 @@
<p
class=
"seperator"
>
</p>
<table
style=
"width:100%; vertical-align:top; text-align:left;"
cellpadding=
4
border=
0
>
<table
style=
"width:100%; vertical-align:top; text-align:left;"
border=
"0"
>
<tr>
<td
style=
"width:50%; border-right:1px solid #A0A0A0"
>
<h2><img
class=
"center"
alt=
""
src=
"plugins/fax/images/iconMini.png"
>
{
t
}
Alternate fax numbers
{/
t
}
</h2>
...
...
fax/personal/faxaccount/lists.tpl
View file @
17f7cb61
<table
summary=
""
style=
"width:100%; vertical-align:top; text-align:left;"
cellpadding=
4
border=
0
>
<table
summary=
""
style=
"width:100%; vertical-align:top; text-align:left;"
border=
"0"
>
<tr>
<td
style=
"vertical-align:top;width:50%;border-right:1px solid #A0A0A0"
>
<td
style=
"vertical-align:top;width:50%;border-right:1px solid #A0A0A0"
>
<b>
{
t
}
Blocked numbers/lists
{/
t
}
</b>
<br>
<br>
<select
style=
"width:100%; height:300px;"
name=
"block_list[]"
size=
15
multiple
>
{
html_options
values
=
$cblocklist
output
=
$cblocklist
}
<option
disabled
>
</option>
...
...
fax/personal/faxaccount/locals.tpl
View file @
17f7cb61
<table
summary=
""
style=
"width:100%; vertical-align:top; text-align:left;"
cellpadding=
4
>
<table
summary=
""
style=
"width:100%; vertical-align:top; text-align:left;"
>
<tr>
<td
style=
"vertical-align:top; width:600px"
>
<div
class=
"contentboxh"
style=
"height:20px;"
>
...
...
fax/personal/faxaccount/paste_generic.tpl
View file @
17f7cb61
<table
style=
"width:100%; vertical-align:top; text-align:left;
"
cellpadding=
"0
"
border=
"0"
>
<table
style=
"width:100%; vertical-align:top; text-align:left;
border-collapse:collapse; border-spacing:0;
"
border=
"0"
>
<tr>
<td
style=
"width:50%; vertical-align:top;"
>
<h2><img
class=
"center"
alt=
""
src=
"images/rightarrow.png"
/>
{
t
}
Generic
{/
t
}
</h2>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment