Home
last modified time | relevance | path

Searched refs:allow_spy (Results 1 – 16 of 16) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/opensurvey/wizard/
H A Dcreate_survey.php184 $allow_spy = 'checked'; variable
187 $allow_spy = GETPOST('allow_spy') ? 'checked' : ''; variable
189 print '<input type="checkbox" id="allow_spy" name="allow_spy" '.$allow_spy.'> <label for="allow_spy…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/opensurvey/wizard/
H A Dcreate_survey.php181 if ($_SESSION['allow_spy']) $allow_spy = 'checked'; variable
182 if (GETPOSTISSET('allow_spy')) $allow_spy = GETPOST('allow_spy') ? 'checked' : ''; variable
183 print '<input type="checkbox" name="allow_spy" '.$allow_spy.'> '.$langs->trans('CanSeeOthersVote').…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/opensurvey/
H A Dfonctions.php237 $allow_spy = empty($_SESSION['allow_spy']) ? 0 : 1;
250 $opensurveysondage->allow_spy = $allow_spy;
H A Dcard.php122 $object->allow_spy = GETPOST('canseeothersvote', 'aZ09') == 'on' ? 1 : 0;
282 …print '<input type="checkbox" name="canseeothersvote" '.($object->allow_spy ? 'checked="checked"' …
284 print yn($object->allow_spy);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/opensurvey/
H A Dfonctions.php234 $allow_spy = empty($_SESSION['allow_spy']) ? 0 : 1;
247 $opensurveysondage->allow_spy = $allow_spy;
H A Dcard.php121 $object->allow_spy = GETPOST('canseeothersvote', 'aZ09') == 'on' ? 1 : 0;
294 …print '<input type="checkbox" name="canseeothersvote" '.($object->allow_spy ? 'checked="checked"' …
295 } else print yn($object->allow_spy);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/opensurvey/class/
H A Dopensurveysondage.class.php114 public $allow_spy; variable in Opensurveysondage
189 $sql .= " ".((int) $this->allow_spy).",";
273 $this->allow_spy = $obj->allow_spy;
326 $sql .= " allow_spy=".((int) $this->allow_spy);
623 $this->allow_spy = ($this->allow_spy ? 1 : 0);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/opensurvey/class/
H A Dopensurveysondage.class.php114 public $allow_spy; variable in Opensurveysondage
189 $sql .= " ".((int) $this->allow_spy).",";
271 $this->allow_spy = $obj->allow_spy;
324 $sql .= " allow_spy=".$this->db->escape($this->allow_spy);
616 $this->allow_spy = ($this->allow_spy ? 1 : 0);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_opensurvey_sondage.sql31 allow_spy tinyint NOT NULL DEFAULT 1, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_opensurvey_sondage.sql31 allow_spy tinyint NOT NULL DEFAULT 1, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/opensurvey/
H A Dstuds.php421 if (!$mod_ok && !$object->allow_spy) {
658 if ($object->allow_spy) {
703 if ($object->allow_spy) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/opensurvey/
H A Dstuds.php422 if (!$mod_ok && !$object->allow_spy) {
622 if ($object->allow_spy) {
661 if ($object->allow_spy) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/
H A D5.0.0-6.0.0.sql70 ALTER TABLE llx_opensurvey_sondage ADD COLUMN allow_spy tinyint NOT NULL DEFAULT 1 AFTER allow_comm…
H A D3.5.0-3.6.0.sql86 ALTER TABLE llx_opensurvey_sondage ADD COLUMN allow_spy tinyint NOT NULL DEFAULT 1 AFTER allow_comm…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D5.0.0-6.0.0.sql70 ALTER TABLE llx_opensurvey_sondage ADD COLUMN allow_spy tinyint NOT NULL DEFAULT 1 AFTER allow_comm…
H A D3.5.0-3.6.0.sql86 ALTER TABLE llx_opensurvey_sondage ADD COLUMN allow_spy tinyint NOT NULL DEFAULT 1 AFTER allow_comm…