Rename all the "informations" to "information"
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2513 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
40
routeSQL.php
40
routeSQL.php
@@ -28,16 +28,16 @@ class routeSQL
|
||||
/** enable internal CSS */
|
||||
public $enableInternalCSS = true;
|
||||
/** Definition of the position in top bar at left
|
||||
Allowed : addNew numberEntryByDisplay search informations paginator */
|
||||
Allowed : addNew numberEntryByDisplay search information paginator */
|
||||
public $topBarLeft = array ("addNew", "numberEntryByDisplay");
|
||||
/** Definition of the position in top bar at right
|
||||
Allowed : addNew numberEntryByDisplay search informations paginator */
|
||||
Allowed : addNew numberEntryByDisplay search information paginator */
|
||||
public $topBarRight = array ("search");
|
||||
/** Definition of the position in bottom bar at left
|
||||
Allowed : addNew numberEntryByDisplay search informations paginator */
|
||||
public $bottomBarLeft = array ("informations");
|
||||
Allowed : addNew numberEntryByDisplay search information paginator */
|
||||
public $bottomBarLeft = array ("information");
|
||||
/** Definition of the position in bottom bar at right
|
||||
Allowed : addNew numberEntryByDisplay search informations paginator */
|
||||
Allowed : addNew numberEntryByDisplay search information paginator */
|
||||
public $bottomBarRight = array ("paginator");
|
||||
/** The cookie path used to determine the old parameters
|
||||
It is automatically generated with the URL */
|
||||
@@ -120,7 +120,7 @@ class routeSQL
|
||||
$this->password, $this->driver_options);
|
||||
}
|
||||
|
||||
/** Display the flash informations if no flash view is available */
|
||||
/** Display the flash information if no flash view is available */
|
||||
private function showflash ()
|
||||
{
|
||||
$dataflash = "";
|
||||
@@ -272,11 +272,11 @@ $content .= "</li>\n";
|
||||
return $content;
|
||||
}
|
||||
|
||||
/** Display the informations */
|
||||
private function informationsArea ($nbentries, $page, $num, $search)
|
||||
/** Display the information */
|
||||
private function informationArea ($nbentries, $page, $num, $search)
|
||||
{
|
||||
$content = "";
|
||||
$content .= " <div class='informationsArea'>\n";
|
||||
$content .= " <div class='informationArea'>\n";
|
||||
$message = dgettext("domframework",
|
||||
"Display the element {FIRST} to {LAST} on {COUNT} elements");
|
||||
if ($nbentries === 0)
|
||||
@@ -315,7 +315,7 @@ $content .= "</li>\n";
|
||||
"Access forbidden"), 403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedValues are the informations associated to the $chain
|
||||
// $chainedValues are the information associated to the $chain
|
||||
$chainedValues = $this->chained->keyexists ($chain);
|
||||
if ($chainedValues === false)
|
||||
throw new Exception (dgettext("domframework",
|
||||
@@ -394,7 +394,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedvalues are the informations associated to the $chain
|
||||
// $chainedvalues are the information associated to the $chain
|
||||
$chainedvalues = $this->chained->keyexists ($chain);
|
||||
if ($chainedvalues === false)
|
||||
throw new exception (dgettext("domframework",
|
||||
@@ -462,7 +462,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedvalues are the informations associated to the $chain
|
||||
// $chainedvalues are the information associated to the $chain
|
||||
$chainedvalues = $this->chained->keyexists ($chain);
|
||||
if ($chainedvalues === false)
|
||||
throw new exception (dgettext("domframework",
|
||||
@@ -528,7 +528,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedValues are the informations associated to the $chain
|
||||
// $chainedValues are the information associated to the $chain
|
||||
$chainedValues = $this->chained->keyexists ($chain);
|
||||
if ($chainedValues === false)
|
||||
throw new Exception (dgettext("domframework",
|
||||
@@ -607,7 +607,7 @@ $content .= "</li>\n";
|
||||
"Access forbidden"), 403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedValues are the informations associated to the $chain
|
||||
// $chainedValues are the information associated to the $chain
|
||||
$chainedValues = $this->chained->keyexists ($chain);
|
||||
if ($chainedValues === false)
|
||||
throw new Exception (dgettext("domframework",
|
||||
@@ -776,7 +776,7 @@ $content .= "</li>\n";
|
||||
$content .= ".routeSQL .searchArea { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n";
|
||||
$content .= ".routeSQL .searchArea form { margin:-1px; }\n";
|
||||
$content .= ".routeSQL .numberEntryByDisplayArea form { margin:-3px; }\n";
|
||||
$content .= ".routeSQL .informationsArea { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n";
|
||||
$content .= ".routeSQL .informationArea { border:1px solid #ddd; border-radius:5px; padding:10px; margin:3px; float:left; }\n";
|
||||
$content .= ".routeSQL div.paginatorArea { float:left; }\n";
|
||||
$content .= ".routeSQL div.paginatorArea>ul>li>a { display: block; }\n";
|
||||
$content .= ".routeSQL ul.paginatorArea { list-style-type:none; margin: 0px; padding:0px; border:1px solid #ddd; border-radius:5px; }\n";
|
||||
@@ -938,7 +938,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedValues are the informations associated to the $chain
|
||||
// $chainedValues are the information associated to the $chain
|
||||
$chainedValues = $this->chained->keyexists ($chain);
|
||||
if ($chainedValues === false)
|
||||
throw new Exception (dgettext("domframework",
|
||||
@@ -999,7 +999,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedValues are the informations associated to the $chain
|
||||
// $chainedValues are the information associated to the $chain
|
||||
$chainedValues = $this->chained->keyexists ($chain);
|
||||
if ($chainedValues === false)
|
||||
throw new Exception (dgettext("domframework",
|
||||
@@ -1158,7 +1158,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedvalues are the informations associated to the $chain
|
||||
// $chainedvalues are the information associated to the $chain
|
||||
$chainedvalues = $this->chained->keyexists ($chain);
|
||||
if ($chainedvalues === false)
|
||||
throw new exception (dgettext("domframework",
|
||||
@@ -1240,7 +1240,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedvalues are the informations associated to the $chain
|
||||
// $chainedvalues are the information associated to the $chain
|
||||
$chainedvalues = $this->chained->keyexists ($chain);
|
||||
if ($chainedvalues === false)
|
||||
throw new exception (dgettext("domframework",
|
||||
@@ -1406,7 +1406,7 @@ $content .= "</li>\n";
|
||||
403);
|
||||
}
|
||||
$this->chained->connect();
|
||||
// $chainedvalues are the informations associated to the $chain
|
||||
// $chainedvalues are the information associated to the $chain
|
||||
$chainedvalues = $this->chained->keyexists ($chain);
|
||||
if ($chainedvalues === false)
|
||||
throw new exception (dgettext("domframework",
|
||||
|
||||
Reference in New Issue
Block a user