Added a 'leftmargin' field
Also renamed the 'margin' field to 'rightmargin' to easily distinguish between the two.
This commit is contained in:
parent
9413d65ee0
commit
355de679e8
10 changed files with 118 additions and 32 deletions
|
@ -49,7 +49,7 @@ class backup_customcert_activity_structure_step extends backup_activity_structur
|
|||
// The pages.
|
||||
$pages = new backup_nested_element('pages');
|
||||
$page = new backup_nested_element('page', array('id'), array(
|
||||
'customcertid', 'width', 'height', 'margin',
|
||||
'customcertid', 'width', 'height', 'leftmargin', 'rightmargin',
|
||||
'pagenumber', 'timecreated', 'timemodified'));
|
||||
|
||||
// The elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue