optional re-display of query
This commit is contained in:
@@ -6,6 +6,11 @@ $Id$
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
|
||||||
|
2001-07-15 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* small patch from vinay and girish @sanisoft.com:
|
||||||
|
db_details.php3: new checkbox for optional re-display of query
|
||||||
|
(lang/*.php3)
|
||||||
|
|
||||||
2001-07-15 Olivier M<>ller <om@omnis.ch>
|
2001-07-15 Olivier M<>ller <om@omnis.ch>
|
||||||
* releasing 2.2.0rc2
|
* releasing 2.2.0rc2
|
||||||
|
|
||||||
|
@@ -262,8 +262,12 @@ if ($num_tables > 0) {
|
|||||||
<?php echo $strRunSQLQuery . $db . ' ' . show_docu('manual_Reference.html#SELECT'); ?> :<br />
|
<?php echo $strRunSQLQuery . $db . ' ' . show_docu('manual_Reference.html#SELECT'); ?> :<br />
|
||||||
<div style="margin-bottom: 5px">
|
<div style="margin-bottom: 5px">
|
||||||
<textarea name="sql_query" cols="40" rows="3" wrap="virtual" style="width: <?php echo $cfgMaxInputsize; ?>">
|
<textarea name="sql_query" cols="40" rows="3" wrap="virtual" style="width: <?php echo $cfgMaxInputsize; ?>">
|
||||||
<?php echo (isset($sql_query) ? $sql_query : '');?>
|
<?php if (isset($show_query)) {
|
||||||
|
echo $show_query=="y" ? $sql_query : '';
|
||||||
|
}
|
||||||
|
?>
|
||||||
</textarea><br />
|
</textarea><br />
|
||||||
|
<INPUT type=checkbox name='show_query' value="y" checked /><?php echo $strShowThisQuery; ?><br />
|
||||||
</div>
|
</div>
|
||||||
<?php echo "<i>$strOr</i> $strLocationTextfile"; ?> :<br />
|
<?php echo "<i>$strOr</i> $strLocationTextfile"; ?> :<br />
|
||||||
<div style="margin-bottom: 5px">
|
<div style="margin-bottom: 5px">
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
?>
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
?>
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -275,4 +275,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -275,4 +275,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -274,4 +274,5 @@ $strWelcome = "Welcome to ";
|
|||||||
$strWrongUser = "Wrong username/password. Access denied.";
|
$strWrongUser = "Wrong username/password. Access denied.";
|
||||||
|
|
||||||
$strYes = "Yes";
|
$strYes = "Yes";
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -273,4 +273,5 @@ $strWelcome = "Bienvenue
|
|||||||
$strWrongUser = "Erreur d'utilisateur/mot de passe. Acc<63>s refus<75>";
|
$strWrongUser = "Erreur d'utilisateur/mot de passe. Acc<63>s refus<75>";
|
||||||
|
|
||||||
$strYes = "Oui";
|
$strYes = "Oui";
|
||||||
|
$strShowThisQuery="R<EFBFBD>afficher la requ<71>te apr<70>s ex<65>cution";
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"GZip komprimiert\"";
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Zeilengrö<3B>e ";
|
$strRowSize=" Zeilengrö<3B>e ";
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -275,4 +275,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize = " Row size "; //to translate
|
$strRowSize = " Row size "; //to translate
|
||||||
?>
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -278,4 +278,5 @@ $strGzip = "\"gzipped\""; //to translate
|
|||||||
$strOffSet = "Offset";
|
$strOffSet = "Offset";
|
||||||
$strNbRecords = "No. Of records";
|
$strNbRecords = "No. Of records";
|
||||||
$strRowSize=" Row size "; //to translate
|
$strRowSize=" Row size "; //to translate
|
||||||
|
$strShowThisQuery=" Show this query here again "; //to translate
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user