Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
backup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web2project
backup
Commits
83f4e2bc
Commit
83f4e2bc
authored
Dec 15, 2015
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addedit.php: adhere to standard layout of form code.
parent
43c3b6f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
addedit.php
addedit.php
+6
-1
vw_restor.php
vw_restor.php
+0
-0
No files found.
addedit.php
View file @
83f4e2bc
...
...
@@ -82,7 +82,12 @@ $titleBlock->show();
</script>
<table
cellspacing=
"0"
cellpadding=
"4"
border=
"0"
width=
"100%"
class=
"std"
>
<form
onclick=
"check_backup_options()"
name=
"frmBackup"
action=
"
<?php
echo
"
$baseUrl
/index.php?m=backup&a=do_backup&suppressHeaders=1"
;
?>
"
method=
"post"
>
<form
onclick=
"check_backup_options()"
name=
"frmBackup"
action=
"?=m=backup"
method=
"post"
accept-charset=
"utf-8"
>
<input
type=
"hidden"
name=
"dosql"
value=
"do_backup_aed"
/>
<input
type=
"hidden"
name=
"del"
value=
"0"
/>
<input
type=
"hidden"
name=
"backup_id"
value=
"
<?php
echo
$backup_id
;
?>
"
/>
<input
type=
"hidden"
name=
"backup_owner"
value=
"
<?php
echo
$AppUI
->
user_id
;
?>
"
/>
<tr>
<td
align=
"right"
valign=
"top"
nowrap=
"nowrap"
>
<?php
echo
$AppUI
->
_
(
'Export'
);
?>
...
...
restore
.php
→
vw_restor
.php
View file @
83f4e2bc
File moved
Write
Preview
Markdown
is supported
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