Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WordPress
Custom GlotPress Source
Merge requests
!3
-ajout colspan
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Jun Auvray
requested to merge
3
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
0
0
Compare
master
master (base)
and
latest version
latest version
cf716eaa
1 commit,
1 year ago
1 file
+
2
-
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
custom-glotpress-source/custom-glotpress-source.php
+
2
-
2
Options
View file @ cf716eaa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -202,7 +202,7 @@ class Custom_GlotPress_Source{
<thead>
<tr>
<td><input
id=
"traductions-select-all"
type=
"checkbox"
></td>
<td><label
for=
"traductions-select-all"
>
<?php
_e
(
'Select all'
,
'custom-glotpress-source'
);
?>
</label></td>
<td
colspan=
"4"
><label
for=
"traductions-select-all"
>
<?php
_e
(
'Select all'
,
'custom-glotpress-source'
);
?>
</label></td>
</tr>
</thead>
<thead>
@@ -228,7 +228,7 @@ class Custom_GlotPress_Source{
<tfoot>
<tr>
<td><input
id=
"traductions-select-all-foot"
type=
"checkbox"
></td>
<td><label
for=
"traductions-select-all-foot"
>
<?php
_e
(
'Select all'
,
'custom-glotpress-source'
);
?>
</label></td>
<td
colspan=
"4"
><label
for=
"traductions-select-all-foot"
>
<?php
_e
(
'Select all'
,
'custom-glotpress-source'
);
?>
</label></td>
</tr>
</tfoot>
</table>
Menu
Explore
Projects
Groups
Snippets