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
mahara
mahara
Commits
be9079a6
Commit
be9079a6
authored
Jan 25, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 25, 2007
Browse files
Moved some more images to the correct place
parent
0ab246fc
Changes
6
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/extensions/plugins.php
View file @
be9079a6
...
...
@@ -92,9 +92,9 @@ foreach (plugin_types() as $plugin) {
}
}
$loadingicon
=
theme_get_url
(
'loading.gif'
);
$successicon
=
theme_get_url
(
'success.gif'
);
$failureicon
=
theme_get_url
(
'failure.gif'
);
$loadingicon
=
theme_get_url
(
'
images/
loading.gif'
);
$successicon
=
theme_get_url
(
'
images/
success.gif'
);
$failureicon
=
theme_get_url
(
'
images/
failure.gif'
);
$loadingstring
=
get_string
(
'upgradeloading'
,
'admin'
);
$successstring
=
get_string
(
'upgradesuccesstoversion'
,
'admin'
);
...
...
htdocs/admin/extensions/templates.php
View file @
be9079a6
...
...
@@ -58,9 +58,9 @@ foreach (array_keys($alltemplates) as $t) {
$alltemplates
[
$t
][
'installed'
]
=
true
;
}
}
$loadingicon
=
theme_get_url
(
'loading.gif'
);
$successicon
=
theme_get_url
(
'success.gif'
);
$failureicon
=
theme_get_url
(
'failure.gif'
);
$loadingicon
=
theme_get_url
(
'
images/
loading.gif'
);
$successicon
=
theme_get_url
(
'
images/
success.gif'
);
$failureicon
=
theme_get_url
(
'
images/
failure.gif'
);
$loadingstring
=
get_string
(
'upgradeloading'
,
'admin'
);
$successstring
=
get_string
(
'upgradesuccess'
,
'admin'
);
...
...
htdocs/admin/upgrade.php
View file @
be9079a6
...
...
@@ -44,9 +44,9 @@ if (!$upgrades) {
}
$js
=
'var todo = '
.
json_encode
(
array_keys
(
$upgrades
))
.
";
\n
"
;
$loadingicon
=
theme_get_url
(
'loading.gif'
);
$successicon
=
theme_get_url
(
'success.gif'
);
$failureicon
=
theme_get_url
(
'failure.gif'
);
$loadingicon
=
theme_get_url
(
'
images/
loading.gif'
);
$successicon
=
theme_get_url
(
'
images/
success.gif'
);
$failureicon
=
theme_get_url
(
'
images/
failure.gif'
);
$loadingstring
=
get_string
(
'upgradeloading'
,
'admin'
);
$installsuccessstring
=
get_string
(
'installsuccess'
,
'admin'
);
...
...
htdocs/theme/default/static/failure.gif
deleted
100644 → 0
View file @
0ab246fc
115 Bytes
htdocs/theme/default/static/success.gif
deleted
100644 → 0
View file @
0ab246fc
138 Bytes
htdocs/theme/default/templates/admin/extensions/templates.tpl
View file @
be9079a6
...
...
@@ -19,7 +19,7 @@
<span
id=
"
{
$name
}
.message"
></span>
{/
if
}
{
else
}
<img
id=
"
{
$name
}
.status"
alt=
"
{
str
tag
=
'yes'
}
"
src=
"
{
theme_path
location
=
'
failure
.
gif
}
"
/>
<img
id=
"
{
$name
}
.status"
alt=
"
{
str
tag
=
'yes'
}
"
src=
"
{
theme_path
location
=
'
images
/
failure
.
gif
}
"
/>
{
if
!
$template.installed
&&
!
$template.error
}
<a
href=
""
onClick=
"
{
$installlink
}
('
{
$name
}
'); return false;"
id=
"admintemplates_install"
>
{
str
tag
=
'install'
section
=
'admin'
}
</a>
<span
id=
"
{
$name
}
.message"
></span>
...
...
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