mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix ui_link conversion errors
This commit is contained in:
@@ -53,7 +53,8 @@ if (@doms) {
|
||||
print &ui_links_row(\@links);
|
||||
print &ui_form_end([ [ "delete", $text{'domains_delete'} ] ]);
|
||||
}
|
||||
print &ui_link("edit_file.cgi?mode=domains",&text('file_edit', "<tt>$dfile</tt>"))<p>\n"
|
||||
print &ui_link("edit_file.cgi?mode=domains",
|
||||
&text('file_edit', "<tt>$dfile</tt>")),"<p>\n"
|
||||
if ($access{'manual'});
|
||||
print $text{'domains_desc'},"<p>\n";
|
||||
|
||||
|
||||
@@ -34,7 +34,8 @@ else {
|
||||
&ui_link("edit.cgi?table=$in{'table'}&new=1",
|
||||
$text{$in{'tableclean'}."_add"}) );
|
||||
if (&version_atleast(3, 3, 3) && &indexof($in{'table'}, @comment_tables) >= 0) {
|
||||
push(@links, &ui_link("editcmt.cgi?table=$in{'table'}&new=1","$text{"comment_add"}"));
|
||||
push(@links, &ui_link("editcmt.cgi?table=$in{'table'}&new=1",
|
||||
$text{"comment_add"}));
|
||||
}
|
||||
|
||||
# Show the table
|
||||
|
||||
Reference in New Issue
Block a user