Changeset 237
- Timestamp:
- 04/16/07 12:18:36 (2 years ago)
- Files:
-
- trunk/webmin/lbs_common/debian/changelog (modified) (1 diff)
- trunk/webmin/lbs_common/lang/en (modified) (1 diff)
- trunk/webmin/lbs_common/lang/fr (modified) (1 diff)
- trunk/webmin/lbs_common/lbs_common.pl (modified) (3 diffs)
- trunk/webmin/lbs_common/menus/system_backup/change_mac (deleted)
- trunk/webmin/lbs_common/menus/system_backup/delete_machine (deleted)
- trunk/webmin/lbs_common/menus/system_backup/rename (deleted)
- trunk/webmin/lbs_common/module.info (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/webmin/lbs_common/debian/changelog
r209 r237 1 webmin-lbs-common (1.4.1 2) stable; urgency=low1 webmin-lbs-common (1.4.13) stable; urgency=low 2 2 3 3 * New release. See SVN logs for details trunk/webmin/lbs_common/lang/en
r220 r237 95 95 lab_versions=Versions 96 96 lab_version=Version 97 lab_wp=Whole profile 97 98 lab_wol=WOL 98 99 lab_woltasks=WOL tasks trunk/webmin/lbs_common/lang/fr
r220 r237 93 93 lab_versions=Versions 94 94 lab_version=Version 95 lab_wp=Tout le profil 95 96 lab_wol=WOL 96 97 lab_woltasks=Tâches WOL trunk/webmin/lbs_common/lbs_common.pl
r226 r237 542 542 543 543 my $home=$TFTPBOOT; 544 544 my $text_wp = $text{'lab_wp'}; 545 545 my $baseuri=$paramsref->{'baseuri'}; 546 546 $baseuri = $ENV{'SCRIPT_NAME'} unless $baseuri; … … 882 882 } 883 883 884 884 885 foreach my $row (@tmpcols) { 885 886 $template->assign('ROWSTYLE', "style='background-color: ".oddorevenline(\$lineisodd).";'"); … … 898 899 } 899 900 900 #if (lc($profile_key) ne "none" and lc($profile_key) ne "all") { 901 $template->assign('ACTIONONCURRENTPROF', text('lab_thisprofile', $profile_name)); 902 foreach my $bodycallback (@$bodycallbacksref) { 903 foreach my $label (&$bodycallback({'currentprofile' => $in{'profile'}, 'profile' => $in{'profile'}, 'ether' => $ethero })) { 904 if (defined($label) and $label) { 905 my %localhash=%$label; 906 $template->assign('CONTENT', $localhash{'content'}); 907 $template->assign('ATTRIBS', $localhash{'attribs'}); 908 $template->parse('mainlist.endtable.moreactions.uppercell'); 909 } 901 # last line: the whole profile 902 $template->assign('ROWSTYLE', "style='background-color: ".oddorevenline(\$lineisodd).";'"); 903 $template->assign('CONTENT', "<i>$text_wp</i>"); 904 $template->assign('FIRSTCELLARGS', "$nowrap $firstcellwidth"); 905 $template->parse('mainlist.normalrow.firstcell'); 906 foreach my $bodycallback (@$bodycallbacksref) { 907 foreach my $label (&$bodycallback({'name' => "ALLPROFILES", 'group' => "", 'profile' => $in{'profile'}, 'currentprofile' => $in{'profile'}, 'ether' => $ethero })) { 908 if (defined($label) and $label) { 909 my %localhash=%$label; 910 $template->assign('CONTENT', $localhash{'content'}); 911 $template->assign('ATTRIBS', $localhash{'attribs'}); 912 $template->parse('mainlist.normalrow.normalcell'); 910 913 } 911 914 } 912 $template->parse('mainlist.endtable.moreactions');913 #}915 } 916 $template->parse('mainlist.normalrow'); 914 917 915 918 $template->parse('mainlist.endtable'); trunk/webmin/lbs_common/module.info
r209 r237 5 5 name=lbs_common 6 6 depends=0.94 7 version=1.4.1 27 version=1.4.13
