Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
8eaa0e73
Commit
8eaa0e73
authored
11 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
remove table layout for background jobs
parent
0a5be394
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
settings/templates/admin.php
+6
-14
6 additions, 14 deletions
settings/templates/admin.php
with
6 additions
and
14 deletions
settings/templates/admin.php
+
6
−
14
View file @
8eaa0e73
...
@@ -90,38 +90,30 @@ if (!$_['internetconnectionworking']) {
...
@@ -90,38 +90,30 @@ if (!$_['internetconnectionworking']) {
<fieldset
class=
"personalblock"
id=
"backgroundjobs"
>
<fieldset
class=
"personalblock"
id=
"backgroundjobs"
>
<legend><strong>
<?php
p
(
$l
->
t
(
'Cron'
));
?>
</strong></legend>
<legend><strong>
<?php
p
(
$l
->
t
(
'Cron'
));
?>
</strong></legend>
<table
class=
"nostyle"
>
<p>
<tr>
<td>
<input
type=
"radio"
name=
"mode"
value=
"ajax"
<input
type=
"radio"
name=
"mode"
value=
"ajax"
id=
"backgroundjobs_ajax"
<?php
if
(
$_
[
'backgroundjobs_mode'
]
===
"ajax"
)
{
id=
"backgroundjobs_ajax"
<?php
if
(
$_
[
'backgroundjobs_mode'
]
===
"ajax"
)
{
print_unescaped
(
'checked="checked"'
);
print_unescaped
(
'checked="checked"'
);
}
?>
>
}
?>
>
<label
for=
"backgroundjobs_ajax"
>
AJAX
</label><br/>
<label
for=
"backgroundjobs_ajax"
>
AJAX
</label><br/>
<em>
<?php
p
(
$l
->
t
(
"Execute one task with each page loaded"
));
?>
</em>
<em>
<?php
p
(
$l
->
t
(
"Execute one task with each page loaded"
));
?>
</em>
</td>
</p>
</tr>
<p>
<tr>
<td>
<input
type=
"radio"
name=
"mode"
value=
"webcron"
<input
type=
"radio"
name=
"mode"
value=
"webcron"
id=
"backgroundjobs_webcron"
<?php
if
(
$_
[
'backgroundjobs_mode'
]
===
"webcron"
)
{
id=
"backgroundjobs_webcron"
<?php
if
(
$_
[
'backgroundjobs_mode'
]
===
"webcron"
)
{
print_unescaped
(
'checked="checked"'
);
print_unescaped
(
'checked="checked"'
);
}
?>
>
}
?>
>
<label
for=
"backgroundjobs_webcron"
>
Webcron
</label><br/>
<label
for=
"backgroundjobs_webcron"
>
Webcron
</label><br/>
<em>
<?php
p
(
$l
->
t
(
"cron.php is registered at a webcron service to call cron.php once a minute over http."
));
?>
</em>
<em>
<?php
p
(
$l
->
t
(
"cron.php is registered at a webcron service to call cron.php once a minute over http."
));
?>
</em>
</td>
</p>
</tr>
<p>
<tr>
<td>
<input
type=
"radio"
name=
"mode"
value=
"cron"
<input
type=
"radio"
name=
"mode"
value=
"cron"
id=
"backgroundjobs_cron"
<?php
if
(
$_
[
'backgroundjobs_mode'
]
===
"cron"
)
{
id=
"backgroundjobs_cron"
<?php
if
(
$_
[
'backgroundjobs_mode'
]
===
"cron"
)
{
print_unescaped
(
'checked="checked"'
);
print_unescaped
(
'checked="checked"'
);
}
?>
>
}
?>
>
<label
for=
"backgroundjobs_cron"
>
Cron
</label><br/>
<label
for=
"backgroundjobs_cron"
>
Cron
</label><br/>
<em>
<?php
p
(
$l
->
t
(
"Use systems cron service to call the cron.php file once a minute."
));
?>
</em>
<em>
<?php
p
(
$l
->
t
(
"Use systems cron service to call the cron.php file once a minute."
));
?>
</em>
</td>
</p>
</tr>
</table>
</fieldset>
</fieldset>
<fieldset
class=
"personalblock"
id=
"shareAPI"
>
<fieldset
class=
"personalblock"
id=
"shareAPI"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment