XHTML compl.
This commit is contained in:
@@ -19,6 +19,8 @@ $Source$
|
|||||||
display bug in FF with tabs in querywindow
|
display bug in FF with tabs in querywindow
|
||||||
* libraries/common.lib.php:
|
* libraries/common.lib.php:
|
||||||
fixed rowcount in left frame for tables in information_schema
|
fixed rowcount in left frame for tables in information_schema
|
||||||
|
* libraries/sql_query_form.lib.php:
|
||||||
|
XHTML compl.
|
||||||
|
|
||||||
2005-10-12 Michal Čihař <michal@cihar.com>
|
2005-10-12 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/get_foreign.lib.php: Fix paging.
|
* libraries/get_foreign.lib.php: Fix paging.
|
||||||
|
@@ -332,14 +332,14 @@ function PMA_sqlQueryFormInsert( $query = '', $is_querywindow = false ) {
|
|||||||
echo '</fieldset>' . "\n"
|
echo '</fieldset>' . "\n"
|
||||||
.'</div>' . "\n";
|
.'</div>' . "\n";
|
||||||
|
|
||||||
echo '<fieldset id="" class="tblFooters">' . "\n";
|
echo '<fieldset id="queryboxfooter" class="tblFooters">' . "\n";
|
||||||
echo '<div class="formelement">' . "\n";
|
echo '<div class="formelement">' . "\n";
|
||||||
if ( $is_querywindow ) {
|
if ( $is_querywindow ) {
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
document.writeln(' <input type="checkbox" name="LockFromUpdate"'
|
//<![CDATA[
|
||||||
+ ' value="1" id="checkbox_lock" /> <label for="checkbox_lock">'
|
document.writeln(' <input type="checkbox" name="LockFromUpdate" value="1" id="checkbox_lock" /> <label for="checkbox_lock"><?php echo $GLOBALS['strQueryWindowLock']; ?></label> ');
|
||||||
+ '<?php echo $GLOBALS['strQueryWindowLock']; ?></label> ');
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
@@ -382,7 +382,7 @@ function PMA_sqlQueryFormBookmark() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<fieldset>';
|
echo '<fieldset id="bookmarkoptions">';
|
||||||
echo '<legend>';
|
echo '<legend>';
|
||||||
echo $GLOBALS['strBookmarkQuery'] . '</legend>' . "\n";
|
echo $GLOBALS['strBookmarkQuery'] . '</legend>' . "\n";
|
||||||
echo '<div class="formelement">';
|
echo '<div class="formelement">';
|
||||||
@@ -400,7 +400,7 @@ function PMA_sqlQueryFormBookmark() {
|
|||||||
if ( $GLOBALS['cfg']['ReplaceHelpImg'] ) {
|
if ( $GLOBALS['cfg']['ReplaceHelpImg'] ) {
|
||||||
echo ' <a href="./Documentation.html#faqbookmark"'
|
echo ' <a href="./Documentation.html#faqbookmark"'
|
||||||
.' target="documentation">'
|
.' target="documentation">'
|
||||||
.'<img src="' . $GLOBALS['pmaThemeImage'] . 'b_help.png"'
|
.'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_help.png"'
|
||||||
.' border="0" width="11" height="11" align="middle"'
|
.' border="0" width="11" height="11" align="middle"'
|
||||||
.' alt="' . $GLOBALS['strDocu'] . '" /></a> ';
|
.' alt="' . $GLOBALS['strDocu'] . '" /></a> ';
|
||||||
} else {
|
} else {
|
||||||
@@ -427,7 +427,7 @@ function PMA_sqlQueryFormBookmark() {
|
|||||||
echo '<div class="clearfloat"></div>' . "\n";
|
echo '<div class="clearfloat"></div>' . "\n";
|
||||||
echo '</fieldset>' . "\n";
|
echo '</fieldset>' . "\n";
|
||||||
|
|
||||||
echo '<fieldset id="" class="tblFooters">' . "\n";
|
echo '<fieldset id="bookmarkoptionsfooter" class="tblFooters">' . "\n";
|
||||||
echo '<input type="submit" name="SQL" value="' . $GLOBALS['strGo'] . '" />';
|
echo '<input type="submit" name="SQL" value="' . $GLOBALS['strGo'] . '" />';
|
||||||
echo '<div class="clearfloat"></div>' . "\n";
|
echo '<div class="clearfloat"></div>' . "\n";
|
||||||
echo '</fieldset>' . "\n";
|
echo '</fieldset>' . "\n";
|
||||||
|
Reference in New Issue
Block a user