/usr/share/usermin/authentic-theme
Edit: /usr/share/usermin/authentic-theme/settings-backgrounds.cgi (3702B)
#!/usr/bin/perl
#
# Authentic Theme (https://github.com/authentic-theme/authentic-theme)
# Copyright Ilia Rostovtsev
# Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE)
#
use strict;
our (%in, $theme_webprefix, $current_theme, $config_directory, $get_user_level, %theme_text);
do($ENV{'THEME_ROOT'} . "/authentic-lib.pl");
&webmin_user_is_admin() ||
&error($theme_text{'theme_error_access_not_root_user'});
&ui_print_header(undef, $theme_text{'theme_xhred_settings_right_theme_bgs_title'}, undef, undef, undef, 1);
my $bg_content = $config_directory . "/$current_theme/background_content.png";
print '' . $theme_text{'settings_right_bgs_title'} . '
';
print &ui_form_start("settings-backgrounds_save.cgi", "form-data");
print '
| '
. $theme_text{'theme_xhred_config_configurable_options'} . ' |
|
|
';
&ui_print_footer("tconfig.cgi", $theme_text{'right_return_theme_options'});