use superscript tag for comment
This commit is contained in:
@@ -29,6 +29,8 @@ $Source$
|
|||||||
* libraries/function.js::pdfPaperSize()
|
* libraries/function.js::pdfPaperSize()
|
||||||
- function does not always return a vlaue
|
- function does not always return a vlaue
|
||||||
- undeclared variables
|
- undeclared variables
|
||||||
|
* libraries/display_export.lib.php
|
||||||
|
- use superscript tag for comment
|
||||||
|
|
||||||
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
|
||||||
|
@@ -766,7 +766,9 @@ function show_checked_option() {
|
|||||||
<br />
|
<br />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<label for="filename_template"><?php echo $strFileNameTemplate; ?></label>:
|
<label for="filename_template">
|
||||||
|
<?php echo $strFileNameTemplate; ?>
|
||||||
|
<sup>(1)</sup></label>:
|
||||||
<input type="text" name="filename_template" id="filename_template"
|
<input type="text" name="filename_template" id="filename_template"
|
||||||
<?php
|
<?php
|
||||||
echo ' value="';
|
echo ' value="';
|
||||||
@@ -789,15 +791,16 @@ function show_checked_option() {
|
|||||||
echo $GLOBALS['cfg']['Export']['file_template_server'];
|
echo $GLOBALS['cfg']['Export']['file_template_server'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo '" ';
|
echo '" />';
|
||||||
?> />
|
?>
|
||||||
|
|
||||||
(
|
(
|
||||||
<input type="checkbox" name="remember_template"
|
<input type="checkbox" name="remember_template"
|
||||||
id="checkbox_remember_template"
|
id="checkbox_remember_template"
|
||||||
<?php PMA_exportCheckboxCheck('remember_file_template'); ?> />
|
<?php PMA_exportCheckboxCheck('remember_file_template'); ?> />
|
||||||
<label for="checkbox_remember_template">
|
<label for="checkbox_remember_template">
|
||||||
<?php echo $strFileNameTemplateRemember; ?></label>
|
<?php echo $strFileNameTemplateRemember; ?></label>
|
||||||
)*
|
)
|
||||||
|
|
||||||
<div class="formelementrow">
|
<div class="formelementrow">
|
||||||
<?php
|
<?php
|
||||||
@@ -875,7 +878,7 @@ if ( $is_zip || $is_gzip || $is_bzip ) { ?>
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="notice">
|
<div class="notice">
|
||||||
<?php echo sprintf($strFileNameTemplateHelp,
|
<sup id="FileNameTemplateHelp" name="FileNameTemplateHelp">(1)</sup> <?php echo sprintf($strFileNameTemplateHelp,
|
||||||
'<a href="http://www.php.net/strftime" target="documentation" title="'
|
'<a href="http://www.php.net/strftime" target="documentation" title="'
|
||||||
. $strDocu . '">', '</a>') . "\n"; ?>
|
. $strDocu . '">', '</a>'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user