Implemented support for element alignment
Also specifying the reference point location (the location of the element that's put at posx and posy) for each element.
This commit is contained in:
parent
7634568df1
commit
039e8bca37
7 changed files with 115 additions and 10 deletions
|
@ -24,6 +24,12 @@
|
|||
|
||||
$string['addcertpage'] = 'Add another certificate page';
|
||||
$string['addelement'] = 'Add element';
|
||||
$string['align'] = 'Alignment';
|
||||
$string['align_help'] = 'Alignment Help';
|
||||
$string['aligncenter'] = 'Center';
|
||||
$string['alignleft'] = 'Left align';
|
||||
$string['alignnone'] = 'No alignment';
|
||||
$string['alignright'] = 'Right align';
|
||||
$string['awardedto'] = 'Awarded to';
|
||||
$string['code'] = 'Code';
|
||||
$string['copy'] = 'Copy';
|
||||
|
@ -88,10 +94,12 @@ $string['pluginname'] = 'Custom Certificate';
|
|||
$string['print'] = 'Print';
|
||||
$string['portrait'] = 'Portrait';
|
||||
$string['posx'] = 'Position X';
|
||||
$string['posx_help'] = 'This is the position in mm from the top left corner you wish the element to display in the x direction.';
|
||||
$string['posx_help'] = 'This is the position in mm from the top left corner you wish the element\'s reference point to locate in the x direction.';
|
||||
$string['posy'] = 'Postion Y';
|
||||
$string['posy_help'] = 'This is the position in mm from the top left corner you wish the element to display in the y direction.';
|
||||
$string['posy_help'] = 'This is the position in mm from the top left corner you wish the element\'s reference point to locate in the y direction.';
|
||||
$string['receiveddate'] = 'Received date';
|
||||
$string['refpoint'] = 'Reference point location';
|
||||
$string['refpoint_help'] = 'This specifies which location of the element to be located at position X and position Y.';
|
||||
$string['replacetemplate'] = 'Replace';
|
||||
$string['report'] = 'Report';
|
||||
$string['save'] = 'Save';
|
||||
|
@ -102,6 +110,9 @@ $string['setprotection_help'] = 'Choose the actions you wish to prevent users fr
|
|||
$string['summaryofissue'] = 'Summary of issue';
|
||||
$string['templatename'] = 'Template name';
|
||||
$string['templatenameexists'] = 'That template name is currently in use, please choose another.';
|
||||
$string['topcenter'] = 'Center';
|
||||
$string['topleft'] = 'Top left';
|
||||
$string['topright'] = 'Top right';
|
||||
$string['type'] = 'Type';
|
||||
$string['uploadimage'] = 'Upload image';
|
||||
$string['uploadimagedesc'] = 'This link will take you to a new screen where you will be able to upload images. Images uploaded using
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue