From e3a2b5dece051334bae0024a91266c15ab458ee8 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 13 Nov 2024 11:35:01 +0100 Subject: [PATCH] Add vim modelines --- src/bin/ldapsaisie.php | 2 ++ .../LSaddons/config.LSaddons.LSaccessRightsMatrixView.php | 2 ++ src/conf/LSaddons/config.LSaddons.accesslog.php | 2 ++ src/conf/LSaddons/config.LSaddons.asterisk.php | 2 ++ src/conf/LSaddons/config.LSaddons.dyngroup.php | 2 ++ src/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php | 2 ++ src/conf/LSaddons/config.LSaddons.mail.php | 2 ++ src/conf/LSaddons/config.LSaddons.maildir.php | 2 ++ src/conf/LSaddons/config.LSaddons.mailquota.php | 2 ++ src/conf/LSaddons/config.LSaddons.orgchart.php | 2 ++ src/conf/LSaddons/config.LSaddons.phpldapadmin.php | 2 ++ src/conf/LSaddons/config.LSaddons.posix.php | 2 ++ src/conf/LSaddons/config.LSaddons.ppolicy.php | 2 ++ src/conf/LSaddons/config.LSaddons.samba.php | 2 ++ src/conf/LSaddons/config.LSaddons.showSupportInfo.php | 2 ++ src/conf/LSaddons/config.LSaddons.ssh.php | 2 ++ src/conf/LSaddons/config.LSaddons.supann.php | 2 ++ src/conf/LSauth/config.LSauthMethod_CAS.php | 2 ++ src/conf/LSauth/config.LSauthMethod_HTTP.php | 2 ++ src/conf/LSauth/config.LSauthMethod_anonymous.php | 2 ++ src/conf/LSobjects/config.LSobjects.LScompany.php | 2 ++ src/conf/LSobjects/config.LSobjects.LSdyngroup.php | 2 ++ src/conf/LSobjects/config.LSobjects.LSgroup.php | 2 ++ src/conf/LSobjects/config.LSobjects.LSpeople.php | 2 ++ src/conf/LSobjects/config.LSobjects.LSsysaccount.php | 2 ++ .../LSobjects/config.LSobjects.common-pwdPolicyAccount.php | 2 ++ src/conf/LSobjects/config.LSobjects.pwdPolicy.php | 2 ++ src/conf/config.LSaddons.php | 2 ++ src/conf/config.inc.php | 2 ++ src/css/black/LSconfirmBox.css | 4 ++++ src/css/black/LSdefault.css | 4 ++++ src/css/black/LSform.css | 4 ++++ src/css/black/LSformElement_image.css | 4 ++++ src/css/black/LSformElement_password.css | 4 ++++ src/css/black/LSformElement_select_object.css | 4 ++++ src/css/black/LSformElement_ssh_key.css | 4 ++++ src/css/black/LSmail.css | 4 ++++ src/css/black/LSrelation.css | 4 ++++ src/css/black/LSselect.css | 4 ++++ src/css/black/LSsmoothbox.css | 4 ++++ src/css/black/base.css | 4 ++++ src/css/black/base_print.css | 4 ++++ src/css/black/login.css | 4 ++++ src/css/black/recoverpassword.css | 4 ++++ src/css/default/LSaccessRightsMatrixView.css | 4 ++++ src/css/default/LSconfirmBox.css | 4 ++++ src/css/default/LSdefault.css | 4 ++++ src/css/default/LSform.css | 4 ++++ src/css/default/LSformElement_gpg_pub_key.css | 4 ++++ src/css/default/LSformElement_image.css | 4 ++++ src/css/default/LSformElement_jsonCompositeAttribute.css | 4 ++++ src/css/default/LSformElement_mailQuota.css | 4 ++++ src/css/default/LSformElement_password.css | 4 ++++ src/css/default/LSformElement_pre.css | 4 ++++ src/css/default/LSformElement_quota.css | 4 ++++ src/css/default/LSformElement_select_box.css | 4 ++++ src/css/default/LSformElement_select_object.css | 4 ++++ src/css/default/LSformElement_ssh_key.css | 4 ++++ src/css/default/LSformElement_supannCompositeAttribute.css | 4 ++++ src/css/default/LSformElement_supannLabeledValue.css | 4 ++++ src/css/default/LSformElement_text.css | 4 ++++ src/css/default/LSformElement_textarea.css | 4 ++++ src/css/default/LSformElement_valueWithUnit.css | 4 ++++ src/css/default/LSformElement_wysiwyg.css | 4 ++++ src/css/default/LSio.css | 4 ++++ src/css/default/LSmail.css | 4 ++++ src/css/default/LSrelation.css | 4 ++++ src/css/default/LSselect.css | 4 ++++ src/css/default/LSsmoothbox.css | 4 ++++ src/css/default/base.css | 4 ++++ src/css/default/base_print.css | 4 ++++ src/css/default/email_templates.css | 4 ++++ src/css/default/login.css | 4 ++++ src/css/default/organizationalChart.css | 4 ++++ src/css/default/recoverpassword.css | 4 ++++ src/css/default/showDyngroupMembers.css | 4 ++++ src/css/default/showObjectAccessLogs.css | 4 ++++ src/css/default/showSupportInfo.css | 4 ++++ src/css/default/showTechInfo.css | 4 ++++ src/css/light-blue.css | 4 ++++ src/css/light-green.css | 4 ++++ src/css/light-grey.css | 4 ++++ src/css/light-red.css | 4 ++++ src/css/light-turquoise.css | 4 ++++ src/css/preprod.css | 4 ++++ src/css/std-grey.css | 4 ++++ src/includes/addons/LSaddons.LSaccessRightsMatrixView.php | 2 ++ src/includes/addons/LSaddons.accesslog.php | 2 ++ src/includes/addons/LSaddons.asterisk.php | 2 ++ src/includes/addons/LSaddons.dyngroup.php | 2 ++ src/includes/addons/LSaddons.exportSearchResultAsCSV.php | 2 ++ src/includes/addons/LSaddons.ftp.php | 2 ++ src/includes/addons/LSaddons.impersonate.php | 2 ++ src/includes/addons/LSaddons.mail.php | 2 ++ src/includes/addons/LSaddons.maildir.php | 2 ++ src/includes/addons/LSaddons.mailquota.php | 2 ++ src/includes/addons/LSaddons.orgchart.php | 2 ++ src/includes/addons/LSaddons.phpldapadmin.php | 2 ++ src/includes/addons/LSaddons.posix.php | 2 ++ src/includes/addons/LSaddons.ppolicy.php | 2 ++ src/includes/addons/LSaddons.samba.php | 2 ++ src/includes/addons/LSaddons.showSupportInfo.php | 2 ++ src/includes/addons/LSaddons.showTechInfo.php | 2 ++ src/includes/addons/LSaddons.ssh.php | 2 ++ src/includes/addons/LSaddons.supann.php | 2 ++ src/includes/class/class.LSattr_html.php | 2 ++ src/includes/class/class.LSattr_html_boolean.php | 2 ++ src/includes/class/class.LSattr_html_date.php | 2 ++ src/includes/class/class.LSattr_html_gpg_pub_key.php | 2 ++ src/includes/class/class.LSattr_html_image.php | 2 ++ .../class/class.LSattr_html_jsonCompositeAttribute.php | 2 ++ src/includes/class/class.LSattr_html_labeledValue.php | 2 ++ src/includes/class/class.LSattr_html_mail.php | 2 ++ src/includes/class/class.LSattr_html_mailQuota.php | 2 ++ src/includes/class/class.LSattr_html_maildir.php | 2 ++ src/includes/class/class.LSattr_html_password.php | 2 ++ src/includes/class/class.LSattr_html_postaladdress.php | 2 ++ src/includes/class/class.LSattr_html_pre.php | 2 ++ src/includes/class/class.LSattr_html_quota.php | 2 ++ src/includes/class/class.LSattr_html_rss.php | 2 ++ src/includes/class/class.LSattr_html_sambaAcctFlags.php | 2 ++ src/includes/class/class.LSattr_html_select_box.php | 2 ++ src/includes/class/class.LSattr_html_select_list.php | 2 ++ src/includes/class/class.LSattr_html_select_object.php | 2 ++ src/includes/class/class.LSattr_html_ssh_key.php | 2 ++ src/includes/class/class.LSattr_html_supannActivite.php | 2 ++ .../class/class.LSattr_html_supannAdressePostalePrivee.php | 2 ++ src/includes/class/class.LSattr_html_supannCMSIdEtiquette.php | 2 ++ src/includes/class/class.LSattr_html_supannCodePopulation.php | 2 ++ src/includes/class/class.LSattr_html_supannEmpCorps.php | 2 ++ src/includes/class/class.LSattr_html_supannEmpProfil.php | 2 ++ src/includes/class/class.LSattr_html_supannEtablissement.php | 2 ++ src/includes/class/class.LSattr_html_supannEtuDiplome.php | 2 ++ .../class/class.LSattr_html_supannEtuElementPedagogique.php | 2 ++ src/includes/class/class.LSattr_html_supannEtuEtape.php | 2 ++ src/includes/class/class.LSattr_html_supannEtuInscription.php | 2 ++ .../class/class.LSattr_html_supannEtuRegimeInscription.php | 2 ++ .../class/class.LSattr_html_supannEtuSecteurDisciplinaire.php | 2 ++ src/includes/class/class.LSattr_html_supannEtuTypeDiplome.php | 2 ++ src/includes/class/class.LSattr_html_supannExtProfil.php | 2 ++ src/includes/class/class.LSattr_html_supannLabeledValue.php | 2 ++ src/includes/class/class.LSattr_html_supannMailPrive.php | 2 ++ src/includes/class/class.LSattr_html_supannRessourceEtat.php | 2 ++ .../class/class.LSattr_html_supannRessourceEtatDate.php | 2 ++ src/includes/class/class.LSattr_html_supannRoleEntite.php | 2 ++ src/includes/class/class.LSattr_html_supannRoleGenerique.php | 2 ++ src/includes/class/class.LSattr_html_supannTelephonePrive.php | 2 ++ src/includes/class/class.LSattr_html_supannTypeEntite.php | 2 ++ src/includes/class/class.LSattr_html_tel.php | 2 ++ src/includes/class/class.LSattr_html_text.php | 2 ++ src/includes/class/class.LSattr_html_textarea.php | 2 ++ src/includes/class/class.LSattr_html_url.php | 2 ++ src/includes/class/class.LSattr_html_valueWithUnit.php | 2 ++ src/includes/class/class.LSattr_html_wysiwyg.php | 2 ++ src/includes/class/class.LSattr_html_xmpp.php | 2 ++ src/includes/class/class.LSattr_ldap.php | 2 ++ src/includes/class/class.LSattr_ldap_ascii.php | 2 ++ src/includes/class/class.LSattr_ldap_boolean.php | 2 ++ src/includes/class/class.LSattr_ldap_compositeValueToJSON.php | 2 ++ src/includes/class/class.LSattr_ldap_date.php | 2 ++ src/includes/class/class.LSattr_ldap_image.php | 2 ++ src/includes/class/class.LSattr_ldap_naiveDate.php | 2 ++ src/includes/class/class.LSattr_ldap_numeric.php | 2 ++ src/includes/class/class.LSattr_ldap_password.php | 2 ++ src/includes/class/class.LSattr_ldap_postaladdress.php | 2 ++ src/includes/class/class.LSattr_ldap_pwdHistory.php | 2 ++ src/includes/class/class.LSattr_ldap_sambaAcctFlags.php | 2 ++ src/includes/class/class.LSattr_ldap_shadowExpire.php | 2 ++ src/includes/class/class.LSattribute.php | 2 ++ src/includes/class/class.LSauth.php | 2 ++ src/includes/class/class.LSauthMethod.php | 2 ++ src/includes/class/class.LSauthMethod_CAS.php | 2 ++ src/includes/class/class.LSauthMethod_HTTP.php | 2 ++ src/includes/class/class.LSauthMethod_anonymous.php | 2 ++ src/includes/class/class.LSauthMethod_basic.php | 2 ++ src/includes/class/class.LScli.php | 2 ++ src/includes/class/class.LSconfig.php | 2 ++ src/includes/class/class.LSconfirmBox.php | 2 ++ src/includes/class/class.LSerror.php | 2 ++ src/includes/class/class.LSform.php | 2 ++ src/includes/class/class.LSformElement.php | 2 ++ src/includes/class/class.LSformElement_boolean.php | 2 ++ src/includes/class/class.LSformElement_date.php | 2 ++ src/includes/class/class.LSformElement_gpg_pub_key.php | 2 ++ src/includes/class/class.LSformElement_image.php | 2 ++ .../class/class.LSformElement_jsonCompositeAttribute.php | 2 ++ src/includes/class/class.LSformElement_labeledValue.php | 2 ++ src/includes/class/class.LSformElement_mail.php | 2 ++ src/includes/class/class.LSformElement_mailQuota.php | 2 ++ src/includes/class/class.LSformElement_maildir.php | 2 ++ src/includes/class/class.LSformElement_password.php | 2 ++ src/includes/class/class.LSformElement_postaladdress.php | 2 ++ src/includes/class/class.LSformElement_pre.php | 2 ++ src/includes/class/class.LSformElement_quota.php | 2 ++ src/includes/class/class.LSformElement_rss.php | 2 ++ src/includes/class/class.LSformElement_sambaAcctFlags.php | 2 ++ src/includes/class/class.LSformElement_select.php | 2 ++ src/includes/class/class.LSformElement_select_box.php | 2 ++ src/includes/class/class.LSformElement_select_object.php | 2 ++ src/includes/class/class.LSformElement_ssh_key.php | 2 ++ src/includes/class/class.LSformElement_supannActivite.php | 2 ++ .../class/class.LSformElement_supannAdressePostalePrivee.php | 2 ++ .../class/class.LSformElement_supannCMSIdEtiquette.php | 2 ++ .../class/class.LSformElement_supannCodePopulation.php | 2 ++ .../class/class.LSformElement_supannCompositeAttribute.php | 2 ++ src/includes/class/class.LSformElement_supannEmpCorps.php | 2 ++ src/includes/class/class.LSformElement_supannEmpProfil.php | 2 ++ .../class/class.LSformElement_supannEtablissement.php | 2 ++ src/includes/class/class.LSformElement_supannEtuDiplome.php | 2 ++ .../class/class.LSformElement_supannEtuElementPedagogique.php | 2 ++ src/includes/class/class.LSformElement_supannEtuEtape.php | 2 ++ .../class/class.LSformElement_supannEtuInscription.php | 2 ++ .../class/class.LSformElement_supannEtuRegimeInscription.php | 2 ++ .../class.LSformElement_supannEtuSecteurDisciplinaire.php | 2 ++ .../class/class.LSformElement_supannEtuTypeDiplome.php | 2 ++ src/includes/class/class.LSformElement_supannExtProfil.php | 2 ++ src/includes/class/class.LSformElement_supannLabeledValue.php | 2 ++ src/includes/class/class.LSformElement_supannMailPrive.php | 2 ++ .../class/class.LSformElement_supannRessourceEtat.php | 2 ++ .../class/class.LSformElement_supannRessourceEtatDate.php | 2 ++ src/includes/class/class.LSformElement_supannRoleEntite.php | 2 ++ .../class/class.LSformElement_supannRoleGenerique.php | 2 ++ .../class/class.LSformElement_supannTelephonePrive.php | 2 ++ src/includes/class/class.LSformElement_supannTypeEntite.php | 2 ++ src/includes/class/class.LSformElement_tel.php | 2 ++ src/includes/class/class.LSformElement_text.php | 2 ++ src/includes/class/class.LSformElement_textarea.php | 2 ++ src/includes/class/class.LSformElement_url.php | 2 ++ src/includes/class/class.LSformElement_valueWithUnit.php | 2 ++ src/includes/class/class.LSformElement_wysiwyg.php | 2 ++ src/includes/class/class.LSformElement_xmpp.php | 2 ++ src/includes/class/class.LSformRule.php | 2 ++ .../class.LSformRule_LSformElement_select_validValue.php | 2 ++ src/includes/class/class.LSformRule_alphanumeric.php | 2 ++ src/includes/class/class.LSformRule_callable.php | 2 ++ src/includes/class/class.LSformRule_compare.php | 2 ++ src/includes/class/class.LSformRule_date.php | 2 ++ src/includes/class/class.LSformRule_differentPassword.php | 2 ++ src/includes/class/class.LSformRule_email.php | 2 ++ src/includes/class/class.LSformRule_filesize.php | 2 ++ src/includes/class/class.LSformRule_gpg_pub_key.php | 2 ++ src/includes/class/class.LSformRule_imagefile.php | 2 ++ src/includes/class/class.LSformRule_imagesize.php | 2 ++ src/includes/class/class.LSformRule_inarray.php | 2 ++ src/includes/class/class.LSformRule_integer.php | 2 ++ src/includes/class/class.LSformRule_ldapSearchURI.php | 2 ++ src/includes/class/class.LSformRule_lettersonly.php | 2 ++ src/includes/class/class.LSformRule_maxlength.php | 2 ++ src/includes/class/class.LSformRule_mimetype.php | 2 ++ src/includes/class/class.LSformRule_minlength.php | 2 ++ src/includes/class/class.LSformRule_nonzero.php | 2 ++ src/includes/class/class.LSformRule_nopunctuation.php | 2 ++ src/includes/class/class.LSformRule_numberOfValues.php | 2 ++ src/includes/class/class.LSformRule_numeric.php | 2 ++ src/includes/class/class.LSformRule_password.php | 2 ++ src/includes/class/class.LSformRule_rangelength.php | 2 ++ src/includes/class/class.LSformRule_regex.php | 2 ++ src/includes/class/class.LSformRule_required.php | 2 ++ src/includes/class/class.LSformRule_ssh_pub_key.php | 2 ++ src/includes/class/class.LSformRule_telephonenumber.php | 2 ++ src/includes/class/class.LSformRule_zxcvbn.php | 2 ++ src/includes/class/class.LSio.php | 2 ++ src/includes/class/class.LSioFormat.php | 2 ++ src/includes/class/class.LSioFormatCSV.php | 2 ++ src/includes/class/class.LSioFormatDriver.php | 2 ++ src/includes/class/class.LSlang.php | 2 ++ src/includes/class/class.LSldap.php | 2 ++ src/includes/class/class.LSldapObject.php | 2 ++ src/includes/class/class.LSlog.php | 2 ++ src/includes/class/class.LSlog_console.php | 2 ++ src/includes/class/class.LSlog_email.php | 2 ++ src/includes/class/class.LSlog_file.php | 2 ++ src/includes/class/class.LSlog_handler.php | 2 ++ src/includes/class/class.LSlog_logger.php | 2 ++ src/includes/class/class.LSlog_staticLoggerClass.php | 2 ++ src/includes/class/class.LSlog_syslog.php | 2 ++ src/includes/class/class.LSlog_system.php | 2 ++ src/includes/class/class.LSmail.php | 2 ++ src/includes/class/class.LSobjects.LSgroup.php | 2 ++ src/includes/class/class.LSobjects.LSsysaccount.php | 2 ++ src/includes/class/class.LSrelation.php | 2 ++ src/includes/class/class.LSsearch.php | 2 ++ src/includes/class/class.LSsearchEntry.php | 2 ++ src/includes/class/class.LSselect.php | 2 ++ src/includes/class/class.LSsession.php | 2 ++ src/includes/class/class.LSsmoothbox.php | 2 ++ src/includes/class/class.LStemplate.php | 2 ++ src/includes/class/class.LStemplate_smarty2_support.php | 2 ++ src/includes/class/class.LStemplate_smarty3_support.php | 2 ++ src/includes/class/class.LSurl.php | 2 ++ src/includes/class/class.LSurlRequest.php | 2 ++ src/includes/core.php | 2 ++ src/includes/functions.php | 2 ++ src/includes/js/LSconfirmBox.js | 2 ++ src/includes/js/LSdefault.js | 2 ++ src/includes/js/LSform.js | 2 ++ src/includes/js/LSformElement.js | 2 ++ src/includes/js/LSformElement_boolean.js | 2 ++ src/includes/js/LSformElement_date.js | 2 ++ src/includes/js/LSformElement_date_field.js | 2 ++ src/includes/js/LSformElement_field.js | 2 ++ src/includes/js/LSformElement_gpg_pub_key.js | 2 ++ src/includes/js/LSformElement_image.js | 2 ++ src/includes/js/LSformElement_jsonCompositeAttribute.js | 2 ++ src/includes/js/LSformElement_jsonCompositeAttribute_field.js | 2 ++ .../js/LSformElement_jsonCompositeAttribute_field_value.js | 2 ++ ...ormElement_jsonCompositeAttribute_field_value_component.js | 2 ++ ...jsonCompositeAttribute_field_value_component_text_value.js | 2 ++ src/includes/js/LSformElement_mail.js | 2 ++ src/includes/js/LSformElement_maildir.js | 2 ++ src/includes/js/LSformElement_maildir_field.js | 2 ++ src/includes/js/LSformElement_password.js | 2 ++ src/includes/js/LSformElement_password_field.js | 2 ++ src/includes/js/LSformElement_postaladdress.js | 2 ++ src/includes/js/LSformElement_rss.js | 2 ++ src/includes/js/LSformElement_select.js | 2 ++ src/includes/js/LSformElement_select_object.js | 2 ++ src/includes/js/LSformElement_select_object_field.js | 2 ++ src/includes/js/LSformElement_ssh_key.js | 2 ++ src/includes/js/LSformElement_supannCompositeAttribute.js | 2 ++ .../js/LSformElement_supannCompositeAttribute_field.js | 2 ++ .../js/LSformElement_supannCompositeAttribute_field_value.js | 2 ++ ...mElement_supannCompositeAttribute_field_value_component.js | 2 ++ src/includes/js/LSformElement_supannLabeledValue.js | 2 ++ src/includes/js/LSformElement_supannLabeledValue_field.js | 2 ++ .../js/LSformElement_supannLabeledValue_field_value.js | 2 ++ src/includes/js/LSformElement_text.js | 2 ++ src/includes/js/LSformElement_text_field.js | 2 ++ src/includes/js/LSformElement_textarea.js | 2 ++ src/includes/js/LSformElement_url.js | 2 ++ src/includes/js/LSformElement_wysiwyg.js | 2 ++ src/includes/js/LSformElement_wysiwyg_field.js | 2 ++ src/includes/js/LSformElement_xmpp.js | 2 ++ src/includes/js/LSinfosBox.js | 2 ++ src/includes/js/LSmail.js | 2 ++ src/includes/js/LSrelation.js | 2 ++ src/includes/js/LSselect.js | 2 ++ src/includes/js/LSsession_login.js | 2 ++ src/includes/js/LSsession_recoverPassword.js | 2 ++ src/includes/js/LSsmoothbox.js | 2 ++ src/includes/js/LSview.js | 2 ++ src/includes/js/email_templates.js | 2 ++ src/includes/js/functions.js | 2 ++ src/includes/js/organizationalChart.js | 2 ++ src/includes/resources/supann/BCN_diplome_sise.php | 2 ++ src/includes/resources/supann/BCN_emp_corps.php | 2 ++ src/includes/resources/supann/BCN_regime_inscription.php | 2 ++ src/includes/resources/supann/BCN_secteur_disciplinaire.php | 2 ++ src/includes/resources/supann/BCN_type_diplome_sise.php | 2 ++ src/includes/resources/supann/UAI_code_etablissements.php | 2 ++ src/includes/resources/supann/activites.php | 2 ++ src/includes/resources/supann/populations.php | 4 +++- src/includes/resources/supann/role_generique.php | 2 ++ src/includes/resources/supann/type_entite.php | 2 ++ src/includes/routes.php | 2 ++ src/public_html/index.php | 2 ++ src/templates/default/LSaccessRightsMatrixView.tpl | 3 +++ src/templates/default/LSaccessRightsMatrixView_attr_row.tpl | 3 +++ src/templates/default/LSdefault.tpl | 3 +++ src/templates/default/LSform.tpl | 3 +++ src/templates/default/LSformElement.tpl | 3 +++ src/templates/default/LSformElement_boolean.tpl | 3 +++ src/templates/default/LSformElement_boolean_field.tpl | 3 +++ src/templates/default/LSformElement_date_field.tpl | 3 +++ src/templates/default/LSformElement_field.tpl | 3 +++ src/templates/default/LSformElement_gpg_pub_key.tpl | 3 +++ src/templates/default/LSformElement_gpg_pub_key_field.tpl | 3 +++ src/templates/default/LSformElement_image_field.tpl | 3 +++ .../default/LSformElement_jsonCompositeAttribute.tpl | 3 +++ .../default/LSformElement_jsonCompositeAttribute_field.tpl | 3 +++ src/templates/default/LSformElement_labeledValue.tpl | 3 +++ src/templates/default/LSformElement_labeledValue_field.tpl | 3 +++ src/templates/default/LSformElement_mailQuota_field.tpl | 3 +++ src/templates/default/LSformElement_password.tpl | 3 +++ src/templates/default/LSformElement_password_field.tpl | 3 +++ src/templates/default/LSformElement_quota_field.tpl | 3 +++ src/templates/default/LSformElement_select.tpl | 3 +++ src/templates/default/LSformElement_select_box.tpl | 3 +++ src/templates/default/LSformElement_select_object.tpl | 3 +++ src/templates/default/LSformElement_select_object_field.tpl | 3 +++ src/templates/default/LSformElement_ssh_key.tpl | 3 +++ src/templates/default/LSformElement_ssh_key_field.tpl | 3 +++ .../default/LSformElement_supannCompositeAttribute.tpl | 3 +++ .../default/LSformElement_supannCompositeAttribute_field.tpl | 3 +++ src/templates/default/LSformElement_supannLabeledValue.tpl | 3 +++ .../default/LSformElement_supannLabeledValue_field.tpl | 3 +++ src/templates/default/LSformElement_text_field.tpl | 3 +++ src/templates/default/LSformElement_textarea_field.tpl | 3 +++ src/templates/default/LSformElement_uri_field.tpl | 3 +++ src/templates/default/LSformElement_valueWithUnit_field.tpl | 3 +++ src/templates/default/LSformElement_wysiwyg_field.tpl | 3 +++ src/templates/default/LSform_view.tpl | 3 +++ src/templates/default/LSmail.tpl | 3 +++ src/templates/default/LSrelations.tpl | 3 +++ src/templates/default/LSview_actions.tpl | 3 +++ src/templates/default/base.tpl | 3 +++ src/templates/default/base_connected.tpl | 3 +++ src/templates/default/create.tpl | 3 +++ src/templates/default/css.tpl | 3 +++ src/templates/default/email_template.tpl | 3 +++ src/templates/default/email_templates.tpl | 3 +++ src/templates/default/error.tpl | 3 +++ src/templates/default/export.tpl | 3 +++ src/templates/default/global_search.tpl | 3 +++ src/templates/default/global_search_one_page.tpl | 3 +++ src/templates/default/homepage.tpl | 3 +++ src/templates/default/import.tpl | 3 +++ src/templates/default/js.tpl | 3 +++ src/templates/default/login.tpl | 3 +++ src/templates/default/modify.tpl | 3 +++ src/templates/default/organizationalChart.tpl | 3 +++ src/templates/default/pagination.tpl | 3 +++ src/templates/default/question.tpl | 3 +++ src/templates/default/recoverpassword.tpl | 3 +++ src/templates/default/redirect.tpl | 3 +++ src/templates/default/select.tpl | 3 +++ src/templates/default/select_table.tpl | 3 +++ src/templates/default/showDyngroupMembers.tpl | 3 +++ src/templates/default/showObjectAccessLogs.tpl | 3 +++ src/templates/default/showSupportInfo.tpl | 3 +++ src/templates/default/showSupportInfo_raw.tpl | 3 +++ src/templates/default/showTechInfo.tpl | 3 +++ src/templates/default/view.tpl | 3 +++ src/templates/default/viewSearch.tpl | 3 +++ 424 files changed, 1031 insertions(+), 1 deletion(-) diff --git a/src/bin/ldapsaisie.php b/src/bin/ldapsaisie.php index 6ec5b982..2368c1d9 100755 --- a/src/bin/ldapsaisie.php +++ b/src/bin/ldapsaisie.php @@ -37,3 +37,5 @@ if(LSsession :: startCliLSsession()) { else { die('An error occured initializing CLI LSsession'); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php b/src/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php index abcc416b..970702f6 100644 --- a/src/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php +++ b/src/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php @@ -29,3 +29,5 @@ $GLOBALS['LSaccessRightsMatrixView_allowed_LSprofiles'] = array( "admin", ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.accesslog.php b/src/conf/LSaddons/config.LSaddons.accesslog.php index 8813f18a..399b18d0 100644 --- a/src/conf/LSaddons/config.LSaddons.accesslog.php +++ b/src/conf/LSaddons/config.LSaddons.accesslog.php @@ -34,3 +34,5 @@ define('LS_ACCESSLOG_BASEDN', 'cn=ldapsaisie-accesslog'); * configuration parameter). */ define('LS_ACCESSLOG_LOG_WRITE_EVENTS', false); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.asterisk.php b/src/conf/LSaddons/config.LSaddons.asterisk.php index ee22aba8..3bac2528 100644 --- a/src/conf/LSaddons/config.LSaddons.asterisk.php +++ b/src/conf/LSaddons/config.LSaddons.asterisk.php @@ -31,3 +31,5 @@ define('LS_ASTERISK_HASH_PWD_FORMAT','%{uid}:sip.lsexample.com:%{clearPassword}' // Password attribute name to generate MD5 hashed asterisk password define('LS_ASTERISK_USERPASSWORD_ATTR','userPassword'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.dyngroup.php b/src/conf/LSaddons/config.LSaddons.dyngroup.php index 12160b1e..8ce30916 100644 --- a/src/conf/LSaddons/config.LSaddons.dyngroup.php +++ b/src/conf/LSaddons/config.LSaddons.dyngroup.php @@ -57,3 +57,5 @@ define('DYNGROUP_MEMBER_UID_ATTRIBUTE', 'lsDynGroupMemberUid'); // Members UID static attribute define('DYNGROUP_MEMBER_UID_STATIC_ATTRIBUTE', 'memberUid'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php b/src/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php index 845e3d79..d8221c48 100644 --- a/src/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php +++ b/src/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php @@ -34,3 +34,5 @@ define('LS_EXPORTSEARCHRESULTASCSV_ENCLOSURE','"'); // CSV file escape character (available since PHP 5.5.4) define('LS_EXPORTSEARCHRESULTASCSV_ESCAPE_CHAR','\\'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.mail.php b/src/conf/LSaddons/config.LSaddons.mail.php index 3413713e..f9f9ba21 100644 --- a/src/conf/LSaddons/config.LSaddons.mail.php +++ b/src/conf/LSaddons/config.LSaddons.mail.php @@ -118,3 +118,5 @@ $GLOBALS['MAIL_TEMPLATES_DIRECTORIES'] = array('local/email_templates'); // List of granted LSprofiles to access mail templates editor view // WARNING: Sanitizing mail templates is hell... EXPOSE THIS VIEW ONLY TO TRUSTED USERS! $GLOBALS['MAIL_TEMPLATES_EDITOR_VIEW_ACCESS'] = array('admin'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.maildir.php b/src/conf/LSaddons/config.LSaddons.maildir.php index a746689e..12277b7e 100644 --- a/src/conf/LSaddons/config.LSaddons.maildir.php +++ b/src/conf/LSaddons/config.LSaddons.maildir.php @@ -46,3 +46,5 @@ define('LS_MAILDIR_FTP_MAILDIR_PATH_REGEX','/^\/home\/vmail\/([^\/]+)\/$/'); // Serveur FTP - Maildir CHMOD define('LS_MAILDIR_FTP_MAILDIR_CHMOD','700'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.mailquota.php b/src/conf/LSaddons/config.LSaddons.mailquota.php index 1d6d0589..eb1cb02d 100644 --- a/src/conf/LSaddons/config.LSaddons.mailquota.php +++ b/src/conf/LSaddons/config.LSaddons.mailquota.php @@ -43,3 +43,5 @@ define('MAILQUOTA_IMAP_MASTER_USER_FORMAT', '%{mail}*%{masteruser}'); // IMAP quota root mailbox define('MAILQUOTA_IMAP_QUOTA_ROOT_MAILBOX', 'INBOX'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.orgchart.php b/src/conf/LSaddons/config.LSaddons.orgchart.php index ecff7491..b2f1369f 100644 --- a/src/conf/LSaddons/config.LSaddons.orgchart.php +++ b/src/conf/LSaddons/config.LSaddons.orgchart.php @@ -73,3 +73,5 @@ $GLOBALS['ORGCHART_ADDITIONAL_CSS_FILES'] = array(); // List of LSprofiles that can access to OrgChart (leave empty for no access control) $GLOBALS['ORGCHART_ALLOWED_PROFILES'] = array(); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.phpldapadmin.php b/src/conf/LSaddons/config.LSaddons.phpldapadmin.php index 708e72a1..58b92c09 100644 --- a/src/conf/LSaddons/config.LSaddons.phpldapadmin.php +++ b/src/conf/LSaddons/config.LSaddons.phpldapadmin.php @@ -26,3 +26,5 @@ define( '//'.(isset($_SERVER['SERVER_NAME'])?$_SERVER['SERVER_NAME']:gethostname()). '/phpldapadmin/cmd.php?cmd=template_engine&server_id=0&dn=%{dn}' ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.posix.php b/src/conf/LSaddons/config.LSaddons.posix.php index 39992972..d941746e 100644 --- a/src/conf/LSaddons/config.LSaddons.posix.php +++ b/src/conf/LSaddons/config.LSaddons.posix.php @@ -61,3 +61,5 @@ define('LS_POSIX_HOMEDIRECTORY_FTP_PATH','%{homeDirectory}'); // Pattern to transform user DN to uid define('LS_POSIX_DN_TO_UID_PATTERN','/^'.LS_POSIX_UID_ATTR.'=([^,]*),.*$/'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.ppolicy.php b/src/conf/LSaddons/config.LSaddons.ppolicy.php index 1a32a509..836c9e48 100644 --- a/src/conf/LSaddons/config.LSaddons.ppolicy.php +++ b/src/conf/LSaddons/config.LSaddons.ppolicy.php @@ -49,3 +49,5 @@ $GLOBALS['LS_PPOLICY_API_GRANTED_PROFILES'] = array('admin'); // List of extra attributes to include in Ppolicy info export $GLOBALS['LS_PPOLICY_INFO_EXPORT_EXTRA_ATTRS'] = array(); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.samba.php b/src/conf/LSaddons/config.LSaddons.samba.php index 15d65a12..90badb12 100644 --- a/src/conf/LSaddons/config.LSaddons.samba.php +++ b/src/conf/LSaddons/config.LSaddons.samba.php @@ -63,3 +63,5 @@ define('LS_SAMBA_HOME_PATH_FORMAT','\\\\SERVER\\%{uid}'); // Format of the users's samba profile path value define('LS_SAMBA_PROFILE_PATH_FORMAT','\\SERVER\\profiles\\%{uid}'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.showSupportInfo.php b/src/conf/LSaddons/config.LSaddons.showSupportInfo.php index 0b2f06b7..286cdfb1 100644 --- a/src/conf/LSaddons/config.LSaddons.showSupportInfo.php +++ b/src/conf/LSaddons/config.LSaddons.showSupportInfo.php @@ -28,3 +28,5 @@ // Show link in menu to access to support info page define('SHOW_SUPPORT_INFO_IN_MENU', False); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.ssh.php b/src/conf/LSaddons/config.LSaddons.ssh.php index 309bfd76..7d5fc949 100644 --- a/src/conf/LSaddons/config.LSaddons.ssh.php +++ b/src/conf/LSaddons/config.LSaddons.ssh.php @@ -28,3 +28,5 @@ // PhpSecLib autoload file path define('PHPSECLIB_AUTOLOAD','/usr/share/php/phpseclib/autoload.php'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSaddons/config.LSaddons.supann.php b/src/conf/LSaddons/config.LSaddons.supann.php index 41be2d4d..5098a850 100644 --- a/src/conf/LSaddons/config.LSaddons.supann.php +++ b/src/conf/LSaddons/config.LSaddons.supann.php @@ -175,3 +175,5 @@ $GLOBALS['supannNomenclatures'] = array ( ), ), ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSauth/config.LSauthMethod_CAS.php b/src/conf/LSauth/config.LSauthMethod_CAS.php index 14057367..d54589c2 100644 --- a/src/conf/LSauth/config.LSauthMethod_CAS.php +++ b/src/conf/LSauth/config.LSauthMethod_CAS.php @@ -57,3 +57,5 @@ define('LSAUTH_CAS_SERVER_NO_SSL_VALIDATION',false); // You could have to set SSLVERSION manualy if you have cURL // error on ticket validation. Possibles values : 2 or 3 //define('LSAUTH_CAS_CURL_SSLVERION',3); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSauth/config.LSauthMethod_HTTP.php b/src/conf/LSauth/config.LSauthMethod_HTTP.php index 97470db6..fb179340 100644 --- a/src/conf/LSauth/config.LSauthMethod_HTTP.php +++ b/src/conf/LSauth/config.LSauthMethod_HTTP.php @@ -52,3 +52,5 @@ // Authentication realm //define('LSAUTHMETHOD_HTTP_REALM', ___('LdapSaisie - Authentication required')); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSauth/config.LSauthMethod_anonymous.php b/src/conf/LSauth/config.LSauthMethod_anonymous.php index 27434eb1..f775bbad 100644 --- a/src/conf/LSauth/config.LSauthMethod_anonymous.php +++ b/src/conf/LSauth/config.LSauthMethod_anonymous.php @@ -31,3 +31,5 @@ define('LSAUTHMETHOD_ANONYMOUS_USER','ls'); // Disable logout define('LSAUTHMETHOD_ANONYMOUS_DISABLE_LOGOUT',False); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSobjects/config.LSobjects.LScompany.php b/src/conf/LSobjects/config.LSobjects.LScompany.php index 6feea2da..3dbc0be0 100644 --- a/src/conf/LSobjects/config.LSobjects.LScompany.php +++ b/src/conf/LSobjects/config.LSobjects.LScompany.php @@ -117,3 +117,5 @@ $GLOBALS['LSobjects']['LScompany'] = array ( /* ----------- end -----------*/ ), ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSobjects/config.LSobjects.LSdyngroup.php b/src/conf/LSobjects/config.LSobjects.LSdyngroup.php index 286ff0c1..12efc9a7 100644 --- a/src/conf/LSobjects/config.LSobjects.LSdyngroup.php +++ b/src/conf/LSobjects/config.LSobjects.LSdyngroup.php @@ -368,3 +368,5 @@ $GLOBALS['LSobjects']['LSdyngroup'] = array ( ), ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSobjects/config.LSobjects.LSgroup.php b/src/conf/LSobjects/config.LSobjects.LSgroup.php index 494ade0b..bc73fd2b 100644 --- a/src/conf/LSobjects/config.LSobjects.LSgroup.php +++ b/src/conf/LSobjects/config.LSobjects.LSgroup.php @@ -203,3 +203,5 @@ $GLOBALS['LSobjects']['LSgroup'] = array ( ), ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSobjects/config.LSobjects.LSpeople.php b/src/conf/LSobjects/config.LSobjects.LSpeople.php index 8dc5c7e1..7602bd0e 100644 --- a/src/conf/LSobjects/config.LSobjects.LSpeople.php +++ b/src/conf/LSobjects/config.LSobjects.LSpeople.php @@ -1240,3 +1240,5 @@ $GLOBALS['LSobjects']['LSpeople'] = array ( )), // Fin args & array_merge() ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSobjects/config.LSobjects.LSsysaccount.php b/src/conf/LSobjects/config.LSobjects.LSsysaccount.php index 091015ec..a185aa1c 100644 --- a/src/conf/LSobjects/config.LSobjects.LSsysaccount.php +++ b/src/conf/LSobjects/config.LSobjects.LSsysaccount.php @@ -191,3 +191,5 @@ $GLOBALS['LSobjects']['LSsysaccount'] = array ( $GLOBALS['LSobjects']['LSsysaccount']['attrs']['pwdPolicySubentry']['default_value'] = 'cn=sysaccounts,ou=ppolicies,o=ls'; unset($GLOBALS['LSobjects']['LSsysaccount']['attrs']['pwdPolicySubentry']['form']['create']); $GLOBALS['LSobjects']['LSsysaccount']['attrs']['pwdPolicySubentry']['required'] = 1; + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSobjects/config.LSobjects.common-pwdPolicyAccount.php b/src/conf/LSobjects/config.LSobjects.common-pwdPolicyAccount.php index 0de337df..b039d59c 100644 --- a/src/conf/LSobjects/config.LSobjects.common-pwdPolicyAccount.php +++ b/src/conf/LSobjects/config.LSobjects.common-pwdPolicyAccount.php @@ -190,3 +190,5 @@ $GLOBALS['pwdPolicyAccountAttrs'] = array ( ), /* ----------- end -----------*/ ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/LSobjects/config.LSobjects.pwdPolicy.php b/src/conf/LSobjects/config.LSobjects.pwdPolicy.php index 99d186fd..ee3c472b 100644 --- a/src/conf/LSobjects/config.LSobjects.pwdPolicy.php +++ b/src/conf/LSobjects/config.LSobjects.pwdPolicy.php @@ -564,3 +564,5 @@ $GLOBALS['LSobjects']['pwdPolicy'] = array ( ) // Fin args ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/config.LSaddons.php b/src/conf/config.LSaddons.php index 1a1d072c..9ffb3083 100644 --- a/src/conf/config.LSaddons.php +++ b/src/conf/config.LSaddons.php @@ -30,3 +30,5 @@ $GLOBALS['LSaddons']['loads'] = array ( 'showSupportInfo', 'LSaccessRightsMatrixView', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/conf/config.inc.php b/src/conf/config.inc.php index 64a9d9bb..fa2d1ffa 100644 --- a/src/conf/config.inc.php +++ b/src/conf/config.inc.php @@ -289,3 +289,5 @@ define('MAX_SEND_FILE_SIZE',2000000); // Default Javascript & CSS to include on all pages $GLOBALS['defaultJSscripts']=array(); $GLOBALS['defaultCSSfiles']=array('light-blue.css'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/css/black/LSconfirmBox.css b/src/css/black/LSconfirmBox.css index c5488222..4f4eb856 100644 --- a/src/css/black/LSconfirmBox.css +++ b/src/css/black/LSconfirmBox.css @@ -57,3 +57,7 @@ cursor: pointer; margin: 2px; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSdefault.css b/src/css/black/LSdefault.css index a7d2dfec..6f03349c 100644 --- a/src/css/black/LSdefault.css +++ b/src/css/black/LSdefault.css @@ -52,3 +52,7 @@ top: 10px; font-weight: bold; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSform.css b/src/css/black/LSform.css index 7a56831e..ed2d9e64 100644 --- a/src/css/black/LSform.css +++ b/src/css/black/LSform.css @@ -155,3 +155,7 @@ img.LSform-add-field-btn, img.LSform-remove-field-btn { max-width: 500px; text-align: justify; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSformElement_image.css b/src/css/black/LSformElement_image.css index 5e7651b0..05472b98 100644 --- a/src/css/black/LSformElement_image.css +++ b/src/css/black/LSformElement_image.css @@ -33,3 +33,7 @@ ul.LSformElement_image_actions { visibility: hidden; cursor: pointer; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSformElement_password.css b/src/css/black/LSformElement_password.css index dd2ab0c8..79eff2b4 100644 --- a/src/css/black/LSformElement_password.css +++ b/src/css/black/LSformElement_password.css @@ -4,3 +4,7 @@ img.LSformElement_password_view_btn, img.LSformElement_password_generate_btn, img.LSformElement_password_verify_btn { cursor: pointer; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSformElement_select_object.css b/src/css/black/LSformElement_select_object.css index 0f734fa8..f268837e 100644 --- a/src/css/black/LSformElement_select_object.css +++ b/src/css/black/LSformElement_select_object.css @@ -77,3 +77,7 @@ table.LSformElement_select_object_searchAdd, tr.LSformElement_select_object_sear padding: 0; vertical-align: top; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSformElement_ssh_key.css b/src/css/black/LSformElement_ssh_key.css index 4b9035c2..cd9eec42 100644 --- a/src/css/black/LSformElement_ssh_key.css +++ b/src/css/black/LSformElement_ssh_key.css @@ -20,3 +20,7 @@ textarea.LSformElement_ssh_key { height: 10em; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSmail.css b/src/css/black/LSmail.css index 8b137891..adaa4990 100644 --- a/src/css/black/LSmail.css +++ b/src/css/black/LSmail.css @@ -1 +1,5 @@ + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSrelation.css b/src/css/black/LSrelation.css index dacd2f55..6f960632 100644 --- a/src/css/black/LSrelation.css +++ b/src/css/black/LSrelation.css @@ -16,3 +16,7 @@ a.LSrelation { color: #33302b; font-weight: normal; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSselect.css b/src/css/black/LSselect.css index 71289f33..5dadcc25 100644 --- a/src/css/black/LSselect.css +++ b/src/css/black/LSselect.css @@ -42,3 +42,7 @@ div.LSselect_search { div.LSobject-select { width: 620px; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/LSsmoothbox.css b/src/css/black/LSsmoothbox.css index e6d0a8c3..5bde0d9e 100644 --- a/src/css/black/LSsmoothbox.css +++ b/src/css/black/LSsmoothbox.css @@ -55,3 +55,7 @@ height: 100px; margin: 10px; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/base.css b/src/css/black/base.css index 96510a0a..880345f8 100644 --- a/src/css/black/base.css +++ b/src/css/black/base.css @@ -315,3 +315,7 @@ input[type='submit'].LSview_search { background-color: #595651; color: #fff; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/base_print.css b/src/css/black/base_print.css index f5e52374..e678e941 100644 --- a/src/css/black/base_print.css +++ b/src/css/black/base_print.css @@ -13,3 +13,7 @@ p.LSview-actions { display: none; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/login.css b/src/css/black/login.css index c7a56f60..8b97b126 100644 --- a/src/css/black/login.css +++ b/src/css/black/login.css @@ -69,3 +69,7 @@ a.LSsession_recoverPassword { .LSsession_recoverPassword_hidden { visibility: hidden; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/black/recoverpassword.css b/src/css/black/recoverpassword.css index 2b781a61..191b7b42 100644 --- a/src/css/black/recoverpassword.css +++ b/src/css/black/recoverpassword.css @@ -62,3 +62,7 @@ dl.recoverpasswordform { color: #53504b; font-weight: bold; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSaccessRightsMatrixView.css b/src/css/default/LSaccessRightsMatrixView.css index d0bd1865..b03708a6 100644 --- a/src/css/default/LSaccessRightsMatrixView.css +++ b/src/css/default/LSaccessRightsMatrixView.css @@ -158,3 +158,7 @@ span.LSaccessRightsMatrixView_inherit { max-width: 25vw; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSconfirmBox.css b/src/css/default/LSconfirmBox.css index 3bd5f72f..4f8a3ce8 100644 --- a/src/css/default/LSconfirmBox.css +++ b/src/css/default/LSconfirmBox.css @@ -57,3 +57,7 @@ cursor: pointer; margin: 2px; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSdefault.css b/src/css/default/LSdefault.css index e3aa4f7b..3adbad89 100644 --- a/src/css/default/LSdefault.css +++ b/src/css/default/LSdefault.css @@ -113,3 +113,7 @@ div.LSerror { left: 3vw; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSform.css b/src/css/default/LSform.css index 2dba6913..4be42d7d 100644 --- a/src/css/default/LSform.css +++ b/src/css/default/LSform.css @@ -225,3 +225,7 @@ p.LSform_listAvailableDataEntryForm { margin-left: calc(25% - 0.5em); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_gpg_pub_key.css b/src/css/default/LSformElement_gpg_pub_key.css index 1c8d11cf..8c06727e 100644 --- a/src/css/default/LSformElement_gpg_pub_key.css +++ b/src/css/default/LSformElement_gpg_pub_key.css @@ -33,3 +33,7 @@ textarea.LSformElement_gpg_pub_key { width: calc(100% - 1em); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_image.css b/src/css/default/LSformElement_image.css index 42dc0265..a5c8d438 100644 --- a/src/css/default/LSformElement_image.css +++ b/src/css/default/LSformElement_image.css @@ -57,3 +57,7 @@ ul.LSformElement_image_actions { padding: 2px; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_jsonCompositeAttribute.css b/src/css/default/LSformElement_jsonCompositeAttribute.css index e6d6e971..6a398363 100644 --- a/src/css/default/LSformElement_jsonCompositeAttribute.css +++ b/src/css/default/LSformElement_jsonCompositeAttribute.css @@ -96,3 +96,7 @@ ul.LSformElement_jsonCompositeAttribute_fullWidth, ul.LSformElement_jsonComposit width: calc(100% - 4px); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_mailQuota.css b/src/css/default/LSformElement_mailQuota.css index 41d1986e..185915a1 100644 --- a/src/css/default/LSformElement_mailQuota.css +++ b/src/css/default/LSformElement_mailQuota.css @@ -10,3 +10,7 @@ select.LSformElement_mailQuota { span.LSformElement_mailQuota_unknown { color: #f59a67; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_password.css b/src/css/default/LSformElement_password.css index 76559b5e..a407253e 100644 --- a/src/css/default/LSformElement_password.css +++ b/src/css/default/LSformElement_password.css @@ -10,3 +10,7 @@ div.LSformElement_password_confirm label { color: #333; font-size: 0.9em; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_pre.css b/src/css/default/LSformElement_pre.css index e5723200..d6078487 100644 --- a/src/css/default/LSformElement_pre.css +++ b/src/css/default/LSformElement_pre.css @@ -25,3 +25,7 @@ textarea.LSformElement_pre { width: calc(100% - 1em); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_quota.css b/src/css/default/LSformElement_quota.css index 225d9f32..f0091770 100644 --- a/src/css/default/LSformElement_quota.css +++ b/src/css/default/LSformElement_quota.css @@ -10,3 +10,7 @@ select.LSformElement_quota { span.LSformElement_quota_unknown { color: #f59a67; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_select_box.css b/src/css/default/LSformElement_select_box.css index 657ce318..95c1dc59 100644 --- a/src/css/default/LSformElement_select_box.css +++ b/src/css/default/LSformElement_select_box.css @@ -12,3 +12,7 @@ ul.LSformElement_selectbox_sub_values { ul.LSformElement_select_box_inline li { display: inline-block; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_select_object.css b/src/css/default/LSformElement_select_object.css index 766b057d..a69887cd 100644 --- a/src/css/default/LSformElement_select_object.css +++ b/src/css/default/LSformElement_select_object.css @@ -102,3 +102,7 @@ table.LSformElement_select_object_searchAdd, tr.LSformElement_select_object_sear width: calc(80vw + 2px)!important; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_ssh_key.css b/src/css/default/LSformElement_ssh_key.css index 13b67d09..d9ebcd6f 100644 --- a/src/css/default/LSformElement_ssh_key.css +++ b/src/css/default/LSformElement_ssh_key.css @@ -32,3 +32,7 @@ textarea.LSformElement_ssh_key { width: calc(100% - 1em); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_supannCompositeAttribute.css b/src/css/default/LSformElement_supannCompositeAttribute.css index 33ecb7a6..45f00a7c 100644 --- a/src/css/default/LSformElement_supannCompositeAttribute.css +++ b/src/css/default/LSformElement_supannCompositeAttribute.css @@ -49,3 +49,7 @@ div.supannCompositeAttribute_possibleValues li:hover { background-color: #CCC; cursor: pointer; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_supannLabeledValue.css b/src/css/default/LSformElement_supannLabeledValue.css index 538285df..a947fbf0 100644 --- a/src/css/default/LSformElement_supannLabeledValue.css +++ b/src/css/default/LSformElement_supannLabeledValue.css @@ -44,3 +44,7 @@ pre.LSformElement_supannLabeledValue_value { height: 5em; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_text.css b/src/css/default/LSformElement_text.css index 974dac73..b57ca58e 100644 --- a/src/css/default/LSformElement_text.css +++ b/src/css/default/LSformElement_text.css @@ -40,3 +40,7 @@ li.LSformElement_text_autocomplete_current { width: calc(100% - 1em); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_textarea.css b/src/css/default/LSformElement_textarea.css index 74bbfc7f..dccde63a 100644 --- a/src/css/default/LSformElement_textarea.css +++ b/src/css/default/LSformElement_textarea.css @@ -1,3 +1,7 @@ p.LSformElement_textarea { margin: 0px; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_valueWithUnit.css b/src/css/default/LSformElement_valueWithUnit.css index 990efa13..3aed0ac6 100644 --- a/src/css/default/LSformElement_valueWithUnit.css +++ b/src/css/default/LSformElement_valueWithUnit.css @@ -10,3 +10,7 @@ select.LSformElement_valueWithUnit { span.LSformElement_valueWithUnit_unknown { color: #f59a67; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSformElement_wysiwyg.css b/src/css/default/LSformElement_wysiwyg.css index c09b7f0d..fcae769c 100644 --- a/src/css/default/LSformElement_wysiwyg.css +++ b/src/css/default/LSformElement_wysiwyg.css @@ -20,3 +20,7 @@ iframe.LSformElement_wysiwyg { max-width: calc(100% - 1rem); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSio.css b/src/css/default/LSio.css index 30831f4b..c392fa04 100644 --- a/src/css/default/LSio.css +++ b/src/css/default/LSio.css @@ -42,3 +42,7 @@ ul.LSio_attr_errors { ul.LSio_attr_errors li { color: #f00; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSmail.css b/src/css/default/LSmail.css index 5a347428..78b83a31 100644 --- a/src/css/default/LSmail.css +++ b/src/css/default/LSmail.css @@ -30,3 +30,7 @@ dl.LSmail input, dl.LSmail textarea, dl.LSmail select { dl.LSmail textarea { height: 254px; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSrelation.css b/src/css/default/LSrelation.css index d0cef282..bd9eddda 100644 --- a/src/css/default/LSrelation.css +++ b/src/css/default/LSrelation.css @@ -23,3 +23,7 @@ a.LSrelation { clear: both } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSselect.css b/src/css/default/LSselect.css index f1657a7c..d4543a39 100644 --- a/src/css/default/LSselect.css +++ b/src/css/default/LSselect.css @@ -90,3 +90,7 @@ ul.LSselect_selectable_object_types li.current { margin-right: 1vw; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/LSsmoothbox.css b/src/css/default/LSsmoothbox.css index cdc246a4..ad76c068 100644 --- a/src/css/default/LSsmoothbox.css +++ b/src/css/default/LSsmoothbox.css @@ -55,3 +55,7 @@ height: 100px; margin: 10px; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/base.css b/src/css/default/base.css index 6a7c88be..d9778c06 100644 --- a/src/css/default/base.css +++ b/src/css/default/base.css @@ -644,3 +644,7 @@ div.LStabs_content h2 { margin-top: calc(-1rem - 1vw); } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/base_print.css b/src/css/default/base_print.css index f5e52374..e678e941 100644 --- a/src/css/default/base_print.css +++ b/src/css/default/base_print.css @@ -13,3 +13,7 @@ p.LSview-actions { display: none; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/email_templates.css b/src/css/default/email_templates.css index 8e0efe44..b72a1524 100644 --- a/src/css/default/email_templates.css +++ b/src/css/default/email_templates.css @@ -49,3 +49,7 @@ th.mail_content, td.mail_content { display: none; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/login.css b/src/css/default/login.css index 75a93402..3e9beb3d 100644 --- a/src/css/default/login.css +++ b/src/css/default/login.css @@ -102,3 +102,7 @@ a.LSsession_recoverPassword { display: block; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/organizationalChart.css b/src/css/default/organizationalChart.css index 5883d20a..d2a7827b 100644 --- a/src/css/default/organizationalChart.css +++ b/src/css/default/organizationalChart.css @@ -14,3 +14,7 @@ div.chart-node { align-content: center; flex-direction: column; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/recoverpassword.css b/src/css/default/recoverpassword.css index 514b285a..97d46b97 100644 --- a/src/css/default/recoverpassword.css +++ b/src/css/default/recoverpassword.css @@ -95,3 +95,7 @@ dl.recoverpasswordform { display: block; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/showDyngroupMembers.css b/src/css/default/showDyngroupMembers.css index e0563405..23b797fe 100644 --- a/src/css/default/showDyngroupMembers.css +++ b/src/css/default/showDyngroupMembers.css @@ -9,3 +9,7 @@ #showDyngroupMembers table.LStable .center { text-align: center; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/showObjectAccessLogs.css b/src/css/default/showObjectAccessLogs.css index bc8b957f..20fe781c 100644 --- a/src/css/default/showObjectAccessLogs.css +++ b/src/css/default/showObjectAccessLogs.css @@ -38,3 +38,7 @@ table.objectAccessLogs .col-value div { table.objectAccessLogs tr.operation:hover { font-weight: 600; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/showSupportInfo.css b/src/css/default/showSupportInfo.css index d0385319..e4e2ee91 100644 --- a/src/css/default/showSupportInfo.css +++ b/src/css/default/showSupportInfo.css @@ -11,3 +11,7 @@ border-radius: 1em; border: 1px solid #ccc; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/default/showTechInfo.css b/src/css/default/showTechInfo.css index 690cc4d7..1372e218 100644 --- a/src/css/default/showTechInfo.css +++ b/src/css/default/showTechInfo.css @@ -5,3 +5,7 @@ dl dt { font-weight: bold; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/light-blue.css b/src/css/light-blue.css index 5eaf32be..68c000ea 100644 --- a/src/css/light-blue.css +++ b/src/css/light-blue.css @@ -434,3 +434,7 @@ input[type=radio]:checked { width: 98vw; } } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/light-green.css b/src/css/light-green.css index cfa6d6e0..4044ff2f 100644 --- a/src/css/light-green.css +++ b/src/css/light-green.css @@ -4,3 +4,7 @@ --medium-color: #61c3cc; --dark-color: #388c94; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/light-grey.css b/src/css/light-grey.css index 673b2f13..e725e399 100644 --- a/src/css/light-grey.css +++ b/src/css/light-grey.css @@ -4,3 +4,7 @@ --medium-color: #ccc; --dark-color: #4d4d4d; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/light-red.css b/src/css/light-red.css index 683d53b5..8d66adf7 100644 --- a/src/css/light-red.css +++ b/src/css/light-red.css @@ -4,3 +4,7 @@ --medium-color: #d86165; --dark-color: #a53248; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/light-turquoise.css b/src/css/light-turquoise.css index c116b9c4..2b9606e8 100644 --- a/src/css/light-turquoise.css +++ b/src/css/light-turquoise.css @@ -4,3 +4,7 @@ --medium-color: #61c3cc; --dark-color: #00939f; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/preprod.css b/src/css/preprod.css index 5f38092e..13dba376 100644 --- a/src/css/preprod.css +++ b/src/css/preprod.css @@ -1,3 +1,7 @@ body { background: url('../image/preprod') no-repeat center fixed; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/css/std-grey.css b/src/css/std-grey.css index 5b913687..bceaad3f 100644 --- a/src/css/std-grey.css +++ b/src/css/std-grey.css @@ -59,3 +59,7 @@ a.LSobject-list-page, h2 { li.LSform_layout_errors { background-color: #f59a67; } + +/* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*/ diff --git a/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php b/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php index a6b3fc1f..b7911f14 100644 --- a/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php +++ b/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php @@ -214,3 +214,5 @@ function LSaccessRightsMatrixView() { LStemplate :: addCssFile('LSaccessRightsMatrixView.css'); LSsession :: setTemplate('LSaccessRightsMatrixView.tpl'); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.accesslog.php b/src/includes/addons/LSaddons.accesslog.php index 256cc883..cf45171e 100644 --- a/src/includes/addons/LSaddons.accesslog.php +++ b/src/includes/addons/LSaddons.accesslog.php @@ -395,3 +395,5 @@ function cli_getEntryAccessLog($command_args) { JSON_PRETTY_PRINT ); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.asterisk.php b/src/includes/addons/LSaddons.asterisk.php index a3c87c6d..3e2a75a7 100644 --- a/src/includes/addons/LSaddons.asterisk.php +++ b/src/includes/addons/LSaddons.asterisk.php @@ -124,3 +124,5 @@ function generate_asteriskMD5HashedPassword($ldapObject) { } return hashAsteriskPassword($ldapObject,(string)$password); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.dyngroup.php b/src/includes/addons/LSaddons.dyngroup.php index dac722b3..a0f275c0 100644 --- a/src/includes/addons/LSaddons.dyngroup.php +++ b/src/includes/addons/LSaddons.dyngroup.php @@ -496,3 +496,5 @@ function cli_updateDynGroupMembersCache_autocompleter( } return $opts; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.exportSearchResultAsCSV.php b/src/includes/addons/LSaddons.exportSearchResultAsCSV.php index 0a543bda..24cba9c7 100644 --- a/src/includes/addons/LSaddons.exportSearchResultAsCSV.php +++ b/src/includes/addons/LSaddons.exportSearchResultAsCSV.php @@ -155,3 +155,5 @@ function writeRowInCSV(&$csv, &$row) { } return (fputcsv($csv, $row, LS_EXPORTSEARCHRESULTASCSV_DELIMITER, LS_EXPORTSEARCHRESULTASCSV_ENCLOSURE, LS_EXPORTSEARCHRESULTASCSV_ESCAPE_CHAR) !== false); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.ftp.php b/src/includes/addons/LSaddons.ftp.php index af63d3cb..f4f07c67 100644 --- a/src/includes/addons/LSaddons.ftp.php +++ b/src/includes/addons/LSaddons.ftp.php @@ -244,3 +244,5 @@ function renameDirByFTP($host, $port, $user, $pwd, $old, $new) { } return true; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.impersonate.php b/src/includes/addons/LSaddons.impersonate.php index cab428cf..0a17a9ec 100644 --- a/src/includes/addons/LSaddons.impersonate.php +++ b/src/includes/addons/LSaddons.impersonate.php @@ -48,3 +48,5 @@ function impersonate($object) { LSerror :: addErrorCode('IMPERSONATE_01', $object->getDisplayName()); return False; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.mail.php b/src/includes/addons/LSaddons.mail.php index 06ff8282..bb28c1a0 100644 --- a/src/includes/addons/LSaddons.mail.php +++ b/src/includes/addons/LSaddons.mail.php @@ -849,3 +849,5 @@ function cli_test_send_mail_from_template_autocompleter( ); return LScli :: autocomplete_opts($opts, $comp_word); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.maildir.php b/src/includes/addons/LSaddons.maildir.php index c7c8e289..fc4b551c 100644 --- a/src/includes/addons/LSaddons.maildir.php +++ b/src/includes/addons/LSaddons.maildir.php @@ -193,3 +193,5 @@ function renameMaildirByFTP($old, $new) { } return true; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.mailquota.php b/src/includes/addons/LSaddons.mailquota.php index 95d92eed..34ff5368 100644 --- a/src/includes/addons/LSaddons.mailquota.php +++ b/src/includes/addons/LSaddons.mailquota.php @@ -187,3 +187,5 @@ function mailquota_formatValue($value) { } return $value."o"; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.orgchart.php b/src/includes/addons/LSaddons.orgchart.php index 23940a28..24f0a2a2 100644 --- a/src/includes/addons/LSaddons.orgchart.php +++ b/src/includes/addons/LSaddons.orgchart.php @@ -294,3 +294,5 @@ function organizationalChartData() { ); exit(); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.phpldapadmin.php b/src/includes/addons/LSaddons.phpldapadmin.php index 3867cb7f..73d8f699 100644 --- a/src/includes/addons/LSaddons.phpldapadmin.php +++ b/src/includes/addons/LSaddons.phpldapadmin.php @@ -64,3 +64,5 @@ function redirectToPhpLdapAdmin(&$ldapObject) { LSurl::redirect($url); return true; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.posix.php b/src/includes/addons/LSaddons.posix.php index 8db3fa7e..19f46c80 100644 --- a/src/includes/addons/LSaddons.posix.php +++ b/src/includes/addons/LSaddons.posix.php @@ -317,3 +317,5 @@ function generate_memberUidFromUniqueMember($ldapObject) { function generate_shadowLastChange($anything) { return time(); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.ppolicy.php b/src/includes/addons/LSaddons.ppolicy.php index 06b4d4b1..01a69a81 100644 --- a/src/includes/addons/LSaddons.ppolicy.php +++ b/src/includes/addons/LSaddons.ppolicy.php @@ -500,3 +500,5 @@ LScli :: add_command( true, 'cli_export_ppolicy_info_args_autocompleter' ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.samba.php b/src/includes/addons/LSaddons.samba.php index ada8c80e..924141f2 100644 --- a/src/includes/addons/LSaddons.samba.php +++ b/src/includes/addons/LSaddons.samba.php @@ -554,3 +554,5 @@ function generate_sambaPwdMustChange_from_shadowExpire($ldapObject) { function generate_sambaKickoffTime_from_shadowExpire($ldapObject) { return generate_timestamp_from_shadowExpire($ldapObject); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.showSupportInfo.php b/src/includes/addons/LSaddons.showSupportInfo.php index e8e8534f..619f3c74 100644 --- a/src/includes/addons/LSaddons.showSupportInfo.php +++ b/src/includes/addons/LSaddons.showSupportInfo.php @@ -91,3 +91,5 @@ function showMySupportInfoView() { LSsession :: displayTemplate(); exit(); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.showTechInfo.php b/src/includes/addons/LSaddons.showTechInfo.php index 144d16e9..f971feb4 100644 --- a/src/includes/addons/LSaddons.showTechInfo.php +++ b/src/includes/addons/LSaddons.showTechInfo.php @@ -147,3 +147,5 @@ function showTechInfo($object) { LSsession :: displayTemplate(); exit(); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.ssh.php b/src/includes/addons/LSaddons.ssh.php index bf8bcdbf..3ab6326b 100644 --- a/src/includes/addons/LSaddons.ssh.php +++ b/src/includes/addons/LSaddons.ssh.php @@ -279,3 +279,5 @@ function execBySSH($connection_params, $cmd) { $exit_status = $cnx->getExitStatus(); return array($exit_status, $result); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/addons/LSaddons.supann.php b/src/includes/addons/LSaddons.supann.php index 5a10c3a9..4044f84c 100644 --- a/src/includes/addons/LSaddons.supann.php +++ b/src/includes/addons/LSaddons.supann.php @@ -1421,3 +1421,5 @@ LScli :: add_command( false, // long desc false // need LDAP connection ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html.php b/src/includes/class/class.LSattr_html.php index d34fa305..a5193c81 100644 --- a/src/includes/class/class.LSattr_html.php +++ b/src/includes/class/class.LSattr_html.php @@ -182,3 +182,5 @@ ___("LSattr_html : The method addToForm() of the HTML type of the attribute %{at LSerror :: defineError('LSattr_html_03', ___("%{type} : Multiple data are not supported for this field type.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_boolean.php b/src/includes/class/class.LSattr_html_boolean.php index 694947b7..21c0e055 100644 --- a/src/includes/class/class.LSattr_html_boolean.php +++ b/src/includes/class/class.LSattr_html_boolean.php @@ -30,3 +30,5 @@ class LSattr_html_boolean extends LSattr_html { var $LSformElement_type = 'boolean'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_date.php b/src/includes/class/class.LSattr_html_date.php index 4f1162af..d68276dd 100644 --- a/src/includes/class/class.LSattr_html_date.php +++ b/src/includes/class/class.LSattr_html_date.php @@ -55,3 +55,5 @@ class LSattr_html_date extends LSattr_html { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_gpg_pub_key.php b/src/includes/class/class.LSattr_html_gpg_pub_key.php index eaa5eb7b..b4a46768 100644 --- a/src/includes/class/class.LSattr_html_gpg_pub_key.php +++ b/src/includes/class/class.LSattr_html_gpg_pub_key.php @@ -30,3 +30,5 @@ class LSattr_html_gpg_pub_key extends LSattr_html { var $LSformElement_type = 'gpg_pub_key'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_image.php b/src/includes/class/class.LSattr_html_image.php index d1d6e90f..5b0afb1c 100644 --- a/src/includes/class/class.LSattr_html_image.php +++ b/src/includes/class/class.LSattr_html_image.php @@ -31,3 +31,5 @@ class LSattr_html_image extends LSattr_html { protected $singleValue = true; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_jsonCompositeAttribute.php b/src/includes/class/class.LSattr_html_jsonCompositeAttribute.php index 4b87ba62..4d64d361 100644 --- a/src/includes/class/class.LSattr_html_jsonCompositeAttribute.php +++ b/src/includes/class/class.LSattr_html_jsonCompositeAttribute.php @@ -30,3 +30,5 @@ class LSattr_html_jsonCompositeAttribute extends LSattr_html { var $LSformElement_type = 'jsonCompositeAttribute'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_labeledValue.php b/src/includes/class/class.LSattr_html_labeledValue.php index a22e16f1..33541be4 100644 --- a/src/includes/class/class.LSattr_html_labeledValue.php +++ b/src/includes/class/class.LSattr_html_labeledValue.php @@ -30,3 +30,5 @@ class LSattr_html_labeledValue extends LSattr_html { var $LSformElement_type = 'labeledValue'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_mail.php b/src/includes/class/class.LSattr_html_mail.php index 0d29809c..aa55e0b5 100644 --- a/src/includes/class/class.LSattr_html_mail.php +++ b/src/includes/class/class.LSattr_html_mail.php @@ -30,3 +30,5 @@ class LSattr_html_mail extends LSattr_html { var $LSformElement_type = 'mail'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_mailQuota.php b/src/includes/class/class.LSattr_html_mailQuota.php index d8e20dcb..e722f9a5 100644 --- a/src/includes/class/class.LSattr_html_mailQuota.php +++ b/src/includes/class/class.LSattr_html_mailQuota.php @@ -30,3 +30,5 @@ class LSattr_html_mailQuota extends LSattr_html { var $LSformElement_type = 'mailQuota'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_maildir.php b/src/includes/class/class.LSattr_html_maildir.php index d6e3efe1..3c9db24f 100644 --- a/src/includes/class/class.LSattr_html_maildir.php +++ b/src/includes/class/class.LSattr_html_maildir.php @@ -136,3 +136,5 @@ class LSattr_html_maildir extends LSattr_html { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_password.php b/src/includes/class/class.LSattr_html_password.php index 2f6e16d6..d8f5ac23 100644 --- a/src/includes/class/class.LSattr_html_password.php +++ b/src/includes/class/class.LSattr_html_password.php @@ -31,3 +31,5 @@ class LSattr_html_password extends LSattr_html { protected $singleValue = true; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_postaladdress.php b/src/includes/class/class.LSattr_html_postaladdress.php index 55ae8fe9..03545fa8 100644 --- a/src/includes/class/class.LSattr_html_postaladdress.php +++ b/src/includes/class/class.LSattr_html_postaladdress.php @@ -32,3 +32,5 @@ class LSattr_html_postaladdress extends LSattr_html_textarea { var $LSformElement_type = 'postaladdress'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_pre.php b/src/includes/class/class.LSattr_html_pre.php index d76e6b6e..8ab5d91a 100644 --- a/src/includes/class/class.LSattr_html_pre.php +++ b/src/includes/class/class.LSattr_html_pre.php @@ -32,3 +32,5 @@ class LSattr_html_pre extends LSattr_html_textarea { var $LSformElement_type = 'pre'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_quota.php b/src/includes/class/class.LSattr_html_quota.php index a169df45..9fd86923 100644 --- a/src/includes/class/class.LSattr_html_quota.php +++ b/src/includes/class/class.LSattr_html_quota.php @@ -30,3 +30,5 @@ class LSattr_html_quota extends LSattr_html { var $LSformElement_type = 'quota'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_rss.php b/src/includes/class/class.LSattr_html_rss.php index ce41737f..265b303b 100644 --- a/src/includes/class/class.LSattr_html_rss.php +++ b/src/includes/class/class.LSattr_html_rss.php @@ -30,3 +30,5 @@ class LSattr_html_rss extends LSattr_html { var $LSformElement_type = 'rss'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_sambaAcctFlags.php b/src/includes/class/class.LSattr_html_sambaAcctFlags.php index ed29fa6a..97c33659 100644 --- a/src/includes/class/class.LSattr_html_sambaAcctFlags.php +++ b/src/includes/class/class.LSattr_html_sambaAcctFlags.php @@ -59,3 +59,5 @@ class LSattr_html_sambaAcctFlags extends LSattr_html_select_box { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_select_box.php b/src/includes/class/class.LSattr_html_select_box.php index b9f6fc0b..c498f919 100644 --- a/src/includes/class/class.LSattr_html_select_box.php +++ b/src/includes/class/class.LSattr_html_select_box.php @@ -36,3 +36,5 @@ class LSattr_html_select_box extends LSattr_html_select_list { var $LSformElement_type = 'select_box'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_select_list.php b/src/includes/class/class.LSattr_html_select_list.php index 69afc4fb..d605c344 100644 --- a/src/includes/class/class.LSattr_html_select_list.php +++ b/src/includes/class/class.LSattr_html_select_list.php @@ -456,3 +456,5 @@ ___("LSattr_html_select_list: Invalid get_possible_values parameter found in con LSerror :: defineError('LSattr_html_select_list_07', ___("LSattr_html_select_list: fail to retrieve possible values of attribute %{attr} using configured function %{callable}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_select_object.php b/src/includes/class/class.LSattr_html_select_object.php index 2fbe25ef..734b3431 100644 --- a/src/includes/class/class.LSattr_html_select_object.php +++ b/src/includes/class/class.LSattr_html_select_object.php @@ -459,3 +459,5 @@ ___("LSattr_html_select_object : the value '%{value}' seem to be duplicated in v LSerror :: defineError('LSattr_html_select_object_06', ___("LSattr_html_select_object : selected object %{name} has no attribute %{attr} value, you can't select it.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_ssh_key.php b/src/includes/class/class.LSattr_html_ssh_key.php index 153d7f86..6393c236 100644 --- a/src/includes/class/class.LSattr_html_ssh_key.php +++ b/src/includes/class/class.LSattr_html_ssh_key.php @@ -30,3 +30,5 @@ class LSattr_html_ssh_key extends LSattr_html { var $LSformElement_type = 'ssh_key'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannActivite.php b/src/includes/class/class.LSattr_html_supannActivite.php index 144129e1..3dbe4966 100644 --- a/src/includes/class/class.LSattr_html_supannActivite.php +++ b/src/includes/class/class.LSattr_html_supannActivite.php @@ -30,3 +30,5 @@ class LSattr_html_supannActivite extends LSattr_html { var $LSformElement_type = 'supannActivite'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannAdressePostalePrivee.php b/src/includes/class/class.LSattr_html_supannAdressePostalePrivee.php index 8b51edf2..2f31d10b 100644 --- a/src/includes/class/class.LSattr_html_supannAdressePostalePrivee.php +++ b/src/includes/class/class.LSattr_html_supannAdressePostalePrivee.php @@ -30,3 +30,5 @@ class LSattr_html_supannAdressePostalePrivee extends LSattr_html { var $LSformElement_type = 'supannAdressePostalePrivee'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannCMSIdEtiquette.php b/src/includes/class/class.LSattr_html_supannCMSIdEtiquette.php index c127aaa8..9ed6b505 100644 --- a/src/includes/class/class.LSattr_html_supannCMSIdEtiquette.php +++ b/src/includes/class/class.LSattr_html_supannCMSIdEtiquette.php @@ -30,3 +30,5 @@ class LSattr_html_supannCMSIdEtiquette extends LSattr_html { var $LSformElement_type = 'supannCMSIdEtiquette'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannCodePopulation.php b/src/includes/class/class.LSattr_html_supannCodePopulation.php index ffc9b99b..3e1b41ad 100644 --- a/src/includes/class/class.LSattr_html_supannCodePopulation.php +++ b/src/includes/class/class.LSattr_html_supannCodePopulation.php @@ -30,3 +30,5 @@ class LSattr_html_supannCodePopulation extends LSattr_html { var $LSformElement_type = 'supannCodePopulation'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEmpCorps.php b/src/includes/class/class.LSattr_html_supannEmpCorps.php index 839f1307..bd3914c4 100644 --- a/src/includes/class/class.LSattr_html_supannEmpCorps.php +++ b/src/includes/class/class.LSattr_html_supannEmpCorps.php @@ -30,3 +30,5 @@ class LSattr_html_supannEmpCorps extends LSattr_html { var $LSformElement_type = 'supannEmpCorps'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEmpProfil.php b/src/includes/class/class.LSattr_html_supannEmpProfil.php index e11a2a0a..ed752eff 100644 --- a/src/includes/class/class.LSattr_html_supannEmpProfil.php +++ b/src/includes/class/class.LSattr_html_supannEmpProfil.php @@ -30,3 +30,5 @@ class LSattr_html_supannEmpProfil extends LSattr_html { var $LSformElement_type = 'supannEmpProfil'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtablissement.php b/src/includes/class/class.LSattr_html_supannEtablissement.php index 91411313..80fe2aaa 100644 --- a/src/includes/class/class.LSattr_html_supannEtablissement.php +++ b/src/includes/class/class.LSattr_html_supannEtablissement.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtablissement extends LSattr_html { var $LSformElement_type = 'supannEtablissement'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtuDiplome.php b/src/includes/class/class.LSattr_html_supannEtuDiplome.php index e078e93d..d32d305c 100644 --- a/src/includes/class/class.LSattr_html_supannEtuDiplome.php +++ b/src/includes/class/class.LSattr_html_supannEtuDiplome.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtuDiplome extends LSattr_html { var $LSformElement_type = 'supannEtuDiplome'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtuElementPedagogique.php b/src/includes/class/class.LSattr_html_supannEtuElementPedagogique.php index 245ef50f..8e85454d 100644 --- a/src/includes/class/class.LSattr_html_supannEtuElementPedagogique.php +++ b/src/includes/class/class.LSattr_html_supannEtuElementPedagogique.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtuElementPedagogique extends LSattr_html { var $LSformElement_type = 'supannEtuElementPedagogique'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtuEtape.php b/src/includes/class/class.LSattr_html_supannEtuEtape.php index 2f55e6ea..5c2588bc 100644 --- a/src/includes/class/class.LSattr_html_supannEtuEtape.php +++ b/src/includes/class/class.LSattr_html_supannEtuEtape.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtuEtape extends LSattr_html { var $LSformElement_type = 'supannEtuEtape'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtuInscription.php b/src/includes/class/class.LSattr_html_supannEtuInscription.php index d2713583..2ed81a66 100644 --- a/src/includes/class/class.LSattr_html_supannEtuInscription.php +++ b/src/includes/class/class.LSattr_html_supannEtuInscription.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtuInscription extends LSattr_html { var $LSformElement_type = 'supannEtuInscription'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtuRegimeInscription.php b/src/includes/class/class.LSattr_html_supannEtuRegimeInscription.php index 0ce8f915..94871fea 100644 --- a/src/includes/class/class.LSattr_html_supannEtuRegimeInscription.php +++ b/src/includes/class/class.LSattr_html_supannEtuRegimeInscription.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtuRegimeInscription extends LSattr_html { var $LSformElement_type = 'supannEtuRegimeInscription'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtuSecteurDisciplinaire.php b/src/includes/class/class.LSattr_html_supannEtuSecteurDisciplinaire.php index 118b0edb..099b94fe 100644 --- a/src/includes/class/class.LSattr_html_supannEtuSecteurDisciplinaire.php +++ b/src/includes/class/class.LSattr_html_supannEtuSecteurDisciplinaire.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtuSecteurDisciplinaire extends LSattr_html { var $LSformElement_type = 'supannEtuSecteurDisciplinaire'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannEtuTypeDiplome.php b/src/includes/class/class.LSattr_html_supannEtuTypeDiplome.php index ac9e9d15..0291b71d 100644 --- a/src/includes/class/class.LSattr_html_supannEtuTypeDiplome.php +++ b/src/includes/class/class.LSattr_html_supannEtuTypeDiplome.php @@ -30,3 +30,5 @@ class LSattr_html_supannEtuTypeDiplome extends LSattr_html { var $LSformElement_type = 'supannEtuTypeDiplome'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannExtProfil.php b/src/includes/class/class.LSattr_html_supannExtProfil.php index 587344ed..2e403efb 100644 --- a/src/includes/class/class.LSattr_html_supannExtProfil.php +++ b/src/includes/class/class.LSattr_html_supannExtProfil.php @@ -30,3 +30,5 @@ class LSattr_html_supannExtProfil extends LSattr_html { var $LSformElement_type = 'supannExtProfil'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannLabeledValue.php b/src/includes/class/class.LSattr_html_supannLabeledValue.php index bf8313b1..a4f562c0 100644 --- a/src/includes/class/class.LSattr_html_supannLabeledValue.php +++ b/src/includes/class/class.LSattr_html_supannLabeledValue.php @@ -30,3 +30,5 @@ class LSattr_html_supannLabeledValue extends LSattr_html { var $LSformElement_type = 'supannLabeledValue'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannMailPrive.php b/src/includes/class/class.LSattr_html_supannMailPrive.php index e232aec3..3515ee9d 100644 --- a/src/includes/class/class.LSattr_html_supannMailPrive.php +++ b/src/includes/class/class.LSattr_html_supannMailPrive.php @@ -30,3 +30,5 @@ class LSattr_html_supannMailPrive extends LSattr_html { var $LSformElement_type = 'supannMailPrive'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannRessourceEtat.php b/src/includes/class/class.LSattr_html_supannRessourceEtat.php index 6e0a24bb..0ab6aeb8 100644 --- a/src/includes/class/class.LSattr_html_supannRessourceEtat.php +++ b/src/includes/class/class.LSattr_html_supannRessourceEtat.php @@ -30,3 +30,5 @@ class LSattr_html_supannRessourceEtat extends LSattr_html { var $LSformElement_type = 'supannRessourceEtat'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannRessourceEtatDate.php b/src/includes/class/class.LSattr_html_supannRessourceEtatDate.php index 66550a8c..5cefb2c8 100644 --- a/src/includes/class/class.LSattr_html_supannRessourceEtatDate.php +++ b/src/includes/class/class.LSattr_html_supannRessourceEtatDate.php @@ -30,3 +30,5 @@ class LSattr_html_supannRessourceEtatDate extends LSattr_html { var $LSformElement_type = 'supannRessourceEtatDate'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannRoleEntite.php b/src/includes/class/class.LSattr_html_supannRoleEntite.php index 78bd1c5f..e7fdd567 100644 --- a/src/includes/class/class.LSattr_html_supannRoleEntite.php +++ b/src/includes/class/class.LSattr_html_supannRoleEntite.php @@ -30,3 +30,5 @@ class LSattr_html_supannRoleEntite extends LSattr_html { var $LSformElement_type = 'supannRoleEntite'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannRoleGenerique.php b/src/includes/class/class.LSattr_html_supannRoleGenerique.php index 8e3c4bad..dd2c0f69 100644 --- a/src/includes/class/class.LSattr_html_supannRoleGenerique.php +++ b/src/includes/class/class.LSattr_html_supannRoleGenerique.php @@ -30,3 +30,5 @@ class LSattr_html_supannRoleGenerique extends LSattr_html { var $LSformElement_type = 'supannRoleGenerique'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannTelephonePrive.php b/src/includes/class/class.LSattr_html_supannTelephonePrive.php index 64a76dac..94e2d27e 100644 --- a/src/includes/class/class.LSattr_html_supannTelephonePrive.php +++ b/src/includes/class/class.LSattr_html_supannTelephonePrive.php @@ -30,3 +30,5 @@ class LSattr_html_supannTelephonePrive extends LSattr_html { var $LSformElement_type = 'supannTelephonePrive'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_supannTypeEntite.php b/src/includes/class/class.LSattr_html_supannTypeEntite.php index b175ca65..ede33fb4 100644 --- a/src/includes/class/class.LSattr_html_supannTypeEntite.php +++ b/src/includes/class/class.LSattr_html_supannTypeEntite.php @@ -30,3 +30,5 @@ class LSattr_html_supannTypeEntite extends LSattr_html { var $LSformElement_type = 'supannTypeEntite'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_tel.php b/src/includes/class/class.LSattr_html_tel.php index fe5d79b0..d45d39ea 100644 --- a/src/includes/class/class.LSattr_html_tel.php +++ b/src/includes/class/class.LSattr_html_tel.php @@ -30,3 +30,5 @@ class LSattr_html_tel extends LSattr_html { var $LSformElement_type = 'tel'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_text.php b/src/includes/class/class.LSattr_html_text.php index 9e993b65..e2bc3a2d 100644 --- a/src/includes/class/class.LSattr_html_text.php +++ b/src/includes/class/class.LSattr_html_text.php @@ -30,3 +30,5 @@ class LSattr_html_text extends LSattr_html { var $LSformElement_type = 'text'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_textarea.php b/src/includes/class/class.LSattr_html_textarea.php index 72fbccc8..ffc2c934 100644 --- a/src/includes/class/class.LSattr_html_textarea.php +++ b/src/includes/class/class.LSattr_html_textarea.php @@ -30,3 +30,5 @@ class LSattr_html_textarea extends LSattr_html { var $LSformElement_type = 'textarea'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_url.php b/src/includes/class/class.LSattr_html_url.php index 31aeb80a..0d467b27 100644 --- a/src/includes/class/class.LSattr_html_url.php +++ b/src/includes/class/class.LSattr_html_url.php @@ -30,3 +30,5 @@ class LSattr_html_url extends LSattr_html { var $LSformElement_type = 'url'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_valueWithUnit.php b/src/includes/class/class.LSattr_html_valueWithUnit.php index a06e7921..71655dee 100644 --- a/src/includes/class/class.LSattr_html_valueWithUnit.php +++ b/src/includes/class/class.LSattr_html_valueWithUnit.php @@ -30,3 +30,5 @@ class LSattr_html_valueWithUnit extends LSattr_html { var $LSformElement_type = 'valueWithUnit'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_wysiwyg.php b/src/includes/class/class.LSattr_html_wysiwyg.php index 45629717..70d0361b 100644 --- a/src/includes/class/class.LSattr_html_wysiwyg.php +++ b/src/includes/class/class.LSattr_html_wysiwyg.php @@ -32,3 +32,5 @@ class LSattr_html_wysiwyg extends LSattr_html_textarea { var $LSformElement_type = 'wysiwyg'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_html_xmpp.php b/src/includes/class/class.LSattr_html_xmpp.php index 8add37c3..35168e10 100644 --- a/src/includes/class/class.LSattr_html_xmpp.php +++ b/src/includes/class/class.LSattr_html_xmpp.php @@ -30,3 +30,5 @@ class LSattr_html_xmpp extends LSattr_html { var $LSformElement_type = 'xmpp'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap.php b/src/includes/class/class.LSattr_ldap.php index 918ba398..13b10d14 100644 --- a/src/includes/class/class.LSattr_ldap.php +++ b/src/includes/class/class.LSattr_ldap.php @@ -125,3 +125,5 @@ class LSattr_ldap extends LSlog_staticLoggerClass { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_ascii.php b/src/includes/class/class.LSattr_ldap_ascii.php index 60f810c3..44b01ba1 100644 --- a/src/includes/class/class.LSattr_ldap_ascii.php +++ b/src/includes/class/class.LSattr_ldap_ascii.php @@ -28,3 +28,5 @@ class LSattr_ldap_ascii extends LSattr_ldap { // \\ } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_boolean.php b/src/includes/class/class.LSattr_ldap_boolean.php index d59102fe..55e72a22 100644 --- a/src/includes/class/class.LSattr_ldap_boolean.php +++ b/src/includes/class/class.LSattr_ldap_boolean.php @@ -109,3 +109,5 @@ class LSattr_ldap_boolean extends LSattr_ldap { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_compositeValueToJSON.php b/src/includes/class/class.LSattr_ldap_compositeValueToJSON.php index 2d11237b..59d7bf94 100644 --- a/src/includes/class/class.LSattr_ldap_compositeValueToJSON.php +++ b/src/includes/class/class.LSattr_ldap_compositeValueToJSON.php @@ -89,3 +89,5 @@ class LSattr_ldap_compositeValueToJSON extends LSattr_ldap { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_date.php b/src/includes/class/class.LSattr_ldap_date.php index e11f92d7..79d98e58 100644 --- a/src/includes/class/class.LSattr_ldap_date.php +++ b/src/includes/class/class.LSattr_ldap_date.php @@ -96,3 +96,5 @@ class LSattr_ldap_date extends LSattr_ldap { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_image.php b/src/includes/class/class.LSattr_ldap_image.php index 84ab7e88..d6665318 100644 --- a/src/includes/class/class.LSattr_ldap_image.php +++ b/src/includes/class/class.LSattr_ldap_image.php @@ -28,3 +28,5 @@ class LSattr_ldap_image extends LSattr_ldap { // \\ } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_naiveDate.php b/src/includes/class/class.LSattr_ldap_naiveDate.php index 0fb2a854..132cabaa 100644 --- a/src/includes/class/class.LSattr_ldap_naiveDate.php +++ b/src/includes/class/class.LSattr_ldap_naiveDate.php @@ -79,3 +79,5 @@ class LSattr_ldap_naiveDate extends LSattr_ldap { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_numeric.php b/src/includes/class/class.LSattr_ldap_numeric.php index c6e109b1..60e31809 100644 --- a/src/includes/class/class.LSattr_ldap_numeric.php +++ b/src/includes/class/class.LSattr_ldap_numeric.php @@ -28,3 +28,5 @@ class LSattr_ldap_numeric extends LSattr_ldap { // \\ } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_password.php b/src/includes/class/class.LSattr_ldap_password.php index 98df97ee..976e8b42 100644 --- a/src/includes/class/class.LSattr_ldap_password.php +++ b/src/includes/class/class.LSattr_ldap_password.php @@ -391,3 +391,5 @@ ___("LSattr_ldap_password : Encoding type %{type} is not supported. This passwor LSerror :: defineError('LSattr_ldap_password_02', ___("LSattr_ldap_password : Encoding function %{function} is not callable. This password will be stored in clear text.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_postaladdress.php b/src/includes/class/class.LSattr_ldap_postaladdress.php index ee499433..41dd5a85 100644 --- a/src/includes/class/class.LSattr_ldap_postaladdress.php +++ b/src/includes/class/class.LSattr_ldap_postaladdress.php @@ -55,3 +55,5 @@ class LSattr_ldap_postaladdress extends LSattr_ldap { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_pwdHistory.php b/src/includes/class/class.LSattr_ldap_pwdHistory.php index 72b677f4..28fe7755 100644 --- a/src/includes/class/class.LSattr_ldap_pwdHistory.php +++ b/src/includes/class/class.LSattr_ldap_pwdHistory.php @@ -130,3 +130,5 @@ class LSattr_ldap_pwdHistory extends LSattr_ldap { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_sambaAcctFlags.php b/src/includes/class/class.LSattr_ldap_sambaAcctFlags.php index 1d740450..375bb6e7 100644 --- a/src/includes/class/class.LSattr_ldap_sambaAcctFlags.php +++ b/src/includes/class/class.LSattr_ldap_sambaAcctFlags.php @@ -167,3 +167,5 @@ ___("LSattr_ldap_sambaAcctFlags: invalid attribute value. Fail to parse current LSerror :: defineError('LSattr_ldap_sambaAcctFlags_03', ___("LSattr_ldap_sambaAcctFlags: invalid flag '%{flag}'. Can't format the LDAP attribute value.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattr_ldap_shadowExpire.php b/src/includes/class/class.LSattr_ldap_shadowExpire.php index 6b831724..7c3d91f7 100644 --- a/src/includes/class/class.LSattr_ldap_shadowExpire.php +++ b/src/includes/class/class.LSattr_ldap_shadowExpire.php @@ -58,3 +58,5 @@ class LSattr_ldap_shadowExpire extends LSattr_ldap { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSattribute.php b/src/includes/class/class.LSattribute.php index 3ff3e697..1e7341db 100644 --- a/src/includes/class/class.LSattribute.php +++ b/src/includes/class/class.LSattribute.php @@ -870,3 +870,5 @@ LSerror :: defineError('LSattribute_10', LSerror :: defineError('LSattribute_11', ___("LSattribute: Fail to set attribute %{attr} value as default.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSauth.php b/src/includes/class/class.LSauth.php index 51fb1c2a..71461263 100644 --- a/src/includes/class/class.LSauth.php +++ b/src/includes/class/class.LSauth.php @@ -386,3 +386,5 @@ ___("LSauth : Method %{method} configured doesn't support API mode.") LSerror :: defineError('LSauth_09', ___("LSauth : The filter function speficied for %{objtype} is not callable (%{function}).") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSauthMethod.php b/src/includes/class/class.LSauthMethod.php index 8cd0710b..34eb8cac 100644 --- a/src/includes/class/class.LSauthMethod.php +++ b/src/includes/class/class.LSauthMethod.php @@ -130,3 +130,5 @@ class LSauthMethod extends LSlog_staticLoggerClass { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSauthMethod_CAS.php b/src/includes/class/class.LSauthMethod_CAS.php index dddf0299..5af99b89 100644 --- a/src/includes/class/class.LSauthMethod_CAS.php +++ b/src/includes/class/class.LSauthMethod_CAS.php @@ -155,3 +155,5 @@ ___("LSauthMethod_CAS : Failed to load phpCAS.") LSerror :: defineError('LSauthMethod_CAS_02', ___("LSauthMethod_CAS : Please check your configuration : you must configure CAS server SSL certificate validation using one of the following constant : LSAUTH_CAS_SERVER_SSL_CACERT or LSAUTH_CAS_SERVER_NO_SSL_VALIDATION") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSauthMethod_HTTP.php b/src/includes/class/class.LSauthMethod_HTTP.php index 62b4e688..50d76ffb 100644 --- a/src/includes/class/class.LSauthMethod_HTTP.php +++ b/src/includes/class/class.LSauthMethod_HTTP.php @@ -147,3 +147,5 @@ class LSauthMethod_HTTP extends LSauthMethod_basic { LSerror :: defineError('LSauthMethod_HTTP_01', ___("LSauthMethod_HTTP : the %{var} environnement variable is missing.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSauthMethod_anonymous.php b/src/includes/class/class.LSauthMethod_anonymous.php index b08ecfed..8a1024bf 100644 --- a/src/includes/class/class.LSauthMethod_anonymous.php +++ b/src/includes/class/class.LSauthMethod_anonymous.php @@ -69,3 +69,5 @@ class LSauthMethod_anonymous extends LSauthMethod { LSerror :: defineError('LSauthMethod_anonymous_01', ___("LSauthMethod_anonymous : You must define the LSAUTHMETHOD_ANONYMOUS_USER contant in the configuration file.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSauthMethod_basic.php b/src/includes/class/class.LSauthMethod_basic.php index 7029c732..51419cc0 100644 --- a/src/includes/class/class.LSauthMethod_basic.php +++ b/src/includes/class/class.LSauthMethod_basic.php @@ -80,3 +80,5 @@ class LSauthMethod_basic extends LSauthMethod { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LScli.php b/src/includes/class/class.LScli.php index b9b82932..a9d9cb23 100644 --- a/src/includes/class/class.LScli.php +++ b/src/includes/class/class.LScli.php @@ -866,3 +866,5 @@ LScli :: add_command( null, false ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSconfig.php b/src/includes/class/class.LSconfig.php index b442db5e..d444aa8e 100644 --- a/src/includes/class/class.LSconfig.php +++ b/src/includes/class/class.LSconfig.php @@ -227,3 +227,5 @@ class LSconfig { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSconfirmBox.php b/src/includes/class/class.LSconfirmBox.php index a00f1fbd..3d7acec3 100644 --- a/src/includes/class/class.LSconfirmBox.php +++ b/src/includes/class/class.LSconfirmBox.php @@ -40,3 +40,5 @@ class LSconfirmBox { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSerror.php b/src/includes/class/class.LSerror.php index 04b458d7..adae02b4 100644 --- a/src/includes/class/class.LSerror.php +++ b/src/includes/class/class.LSerror.php @@ -199,3 +199,5 @@ class LSerror { * Error Codes */ LSerror :: defineError(-1, ___("Unknown error : %{error}")); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSform.php b/src/includes/class/class.LSform.php index b5c77447..a842fd3c 100644 --- a/src/includes/class/class.LSform.php +++ b/src/includes/class/class.LSform.php @@ -1014,3 +1014,5 @@ ___("LSform : The data entry form %{name} is not correctly configured.") LSerror :: defineError('LSform_09', ___("LSform : The element %{name}, listed as displayed in data entry form configuration, doesn't exist.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement.php b/src/includes/class/class.LSformElement.php index 8143aabf..539f5783 100644 --- a/src/includes/class/class.LSformElement.php +++ b/src/includes/class/class.LSformElement.php @@ -513,3 +513,5 @@ class LSformElement extends LSlog_staticLoggerClass { return $return; } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_boolean.php b/src/includes/class/class.LSformElement_boolean.php index f6dd4fd6..befc0585 100644 --- a/src/includes/class/class.LSformElement_boolean.php +++ b/src/includes/class/class.LSformElement_boolean.php @@ -90,3 +90,5 @@ class LSformElement_boolean extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_date.php b/src/includes/class/class.LSformElement_date.php index 02df3942..15aae690 100644 --- a/src/includes/class/class.LSformElement_date.php +++ b/src/includes/class/class.LSformElement_date.php @@ -294,3 +294,5 @@ class LSformElement_date extends LSformElement { return $new; } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_gpg_pub_key.php b/src/includes/class/class.LSformElement_gpg_pub_key.php index 49208f43..767a2d45 100644 --- a/src/includes/class/class.LSformElement_gpg_pub_key.php +++ b/src/includes/class/class.LSformElement_gpg_pub_key.php @@ -112,3 +112,5 @@ class LSformElement_gpg_pub_key extends LSformElement { LSerror :: defineError('LSformElement_gpg_pub_key_01', ___("LSformElement_gpg_pub_key: PHP GnuPG extension is missing, can't parse value.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_image.php b/src/includes/class/class.LSformElement_image.php index d789f9d1..ab302d38 100644 --- a/src/includes/class/class.LSformElement_image.php +++ b/src/includes/class/class.LSformElement_image.php @@ -182,3 +182,5 @@ class LSformElement_image extends LSformElement { return base64_encode($this -> values[0]); } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_jsonCompositeAttribute.php b/src/includes/class/class.LSformElement_jsonCompositeAttribute.php index ce8d0f21..791ec781 100644 --- a/src/includes/class/class.LSformElement_jsonCompositeAttribute.php +++ b/src/includes/class/class.LSformElement_jsonCompositeAttribute.php @@ -498,3 +498,5 @@ class LSformElement_jsonCompositeAttribute extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_labeledValue.php b/src/includes/class/class.LSformElement_labeledValue.php index a0983e83..4c69faa3 100644 --- a/src/includes/class/class.LSformElement_labeledValue.php +++ b/src/includes/class/class.LSformElement_labeledValue.php @@ -165,3 +165,5 @@ class LSformElement_labeledValue extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_mail.php b/src/includes/class/class.LSformElement_mail.php index 517723aa..e4d2b25a 100644 --- a/src/includes/class/class.LSformElement_mail.php +++ b/src/includes/class/class.LSformElement_mail.php @@ -118,3 +118,5 @@ class LSformElement_mail extends LSformElement_text { LSerror :: defineError('LSformElement_mail_01', ___("LSformElement_mail: the autocomplete feature was moved to parent LSformElement_text class and you still use old configuration style with parameter mail_attributes (and its default value). Please upgrade your configuration by renaming (or setting) this parameter to value_attributes.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_mailQuota.php b/src/includes/class/class.LSformElement_mailQuota.php index 3ccda396..2d03b0ac 100644 --- a/src/includes/class/class.LSformElement_mailQuota.php +++ b/src/includes/class/class.LSformElement_mailQuota.php @@ -203,3 +203,5 @@ class LSformElement_mailQuota extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_maildir.php b/src/includes/class/class.LSformElement_maildir.php index 03537d44..a7a717f4 100644 --- a/src/includes/class/class.LSformElement_maildir.php +++ b/src/includes/class/class.LSformElement_maildir.php @@ -131,3 +131,5 @@ class LSformElement_maildir extends LSformElement_text { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_password.php b/src/includes/class/class.LSformElement_password.php index 6f98d9ed..a1e3d7f4 100644 --- a/src/includes/class/class.LSformElement_password.php +++ b/src/includes/class/class.LSformElement_password.php @@ -502,3 +502,5 @@ ___("LSformElement_password : Fail to determine witch e-mail attribute to use to LSerror :: defineError('LSformElement_password_05', ___("LSformElement_password : Fail to determine witch e-mail attribute to use to send new password : get_mail_attr_function throwed an exception : %{msg}") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_postaladdress.php b/src/includes/class/class.LSformElement_postaladdress.php index a09c0e3a..ce331122 100644 --- a/src/includes/class/class.LSformElement_postaladdress.php +++ b/src/includes/class/class.LSformElement_postaladdress.php @@ -93,3 +93,5 @@ function LSformElement_postaladdress__generate_pattern($LSformElement) { LSerror :: defineError('LSformElement_postaladdress_01', ___("LSformElement_postaladdress : Map URL pattern generate function is not callabled (%{function}).") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_pre.php b/src/includes/class/class.LSformElement_pre.php index bc7987a5..20fbfa50 100644 --- a/src/includes/class/class.LSformElement_pre.php +++ b/src/includes/class/class.LSformElement_pre.php @@ -51,3 +51,5 @@ class LSformElement_pre extends LSformElement_textarea { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_quota.php b/src/includes/class/class.LSformElement_quota.php index 6862d231..f1487ddd 100644 --- a/src/includes/class/class.LSformElement_quota.php +++ b/src/includes/class/class.LSformElement_quota.php @@ -197,3 +197,5 @@ class LSformElement_quota extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_rss.php b/src/includes/class/class.LSformElement_rss.php index bcc996f4..e3b92ebb 100644 --- a/src/includes/class/class.LSformElement_rss.php +++ b/src/includes/class/class.LSformElement_rss.php @@ -54,3 +54,5 @@ class LSformElement_rss extends LSformElement_text { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_sambaAcctFlags.php b/src/includes/class/class.LSformElement_sambaAcctFlags.php index beea3f22..886cdcd6 100644 --- a/src/includes/class/class.LSformElement_sambaAcctFlags.php +++ b/src/includes/class/class.LSformElement_sambaAcctFlags.php @@ -45,3 +45,5 @@ class LSformElement_sambaAcctFlags extends LSformElement_select_box { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_select.php b/src/includes/class/class.LSformElement_select.php index 3f7db71b..0e95a48b 100644 --- a/src/includes/class/class.LSformElement_select.php +++ b/src/includes/class/class.LSformElement_select.php @@ -211,3 +211,5 @@ function LSformElement_select_checkIsValidValue($params, $template) { $template -> assign('LSformElement_select_isValidValue_label',$label); } LStemplate :: registerFunction('LSformElement_select_checkIsValidValue','LSformElement_select_checkIsValidValue'); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_select_box.php b/src/includes/class/class.LSformElement_select_box.php index cda5a580..b1e9bfb4 100644 --- a/src/includes/class/class.LSformElement_select_box.php +++ b/src/includes/class/class.LSformElement_select_box.php @@ -52,3 +52,5 @@ class LSformElement_select_box extends LSformElement_select { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_select_object.php b/src/includes/class/class.LSformElement_select_object.php index c8702b76..cb0f1c2a 100644 --- a/src/includes/class/class.LSformElement_select_object.php +++ b/src/includes/class/class.LSformElement_select_object.php @@ -352,3 +352,5 @@ class LSformElement_select_object extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_ssh_key.php b/src/includes/class/class.LSformElement_ssh_key.php index 2ef54b35..10725091 100644 --- a/src/includes/class/class.LSformElement_ssh_key.php +++ b/src/includes/class/class.LSformElement_ssh_key.php @@ -98,3 +98,5 @@ class LSformElement_ssh_key extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannActivite.php b/src/includes/class/class.LSformElement_supannActivite.php index 1ababc98..7f00677f 100644 --- a/src/includes/class/class.LSformElement_supannActivite.php +++ b/src/includes/class/class.LSformElement_supannActivite.php @@ -35,3 +35,5 @@ LSsession :: loadLSaddon('supann'); class LSformElement_supannActivite extends LSformElement_supannLabeledValue { var $supannNomenclatureTable = 'supannActivite'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannAdressePostalePrivee.php b/src/includes/class/class.LSformElement_supannAdressePostalePrivee.php index 068b1a39..f9670ee3 100644 --- a/src/includes/class/class.LSformElement_supannAdressePostalePrivee.php +++ b/src/includes/class/class.LSformElement_supannAdressePostalePrivee.php @@ -74,3 +74,5 @@ class LSformElement_supannAdressePostalePrivee extends LSformElement_supannLabel } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannCMSIdEtiquette.php b/src/includes/class/class.LSformElement_supannCMSIdEtiquette.php index e4b962e2..b0ea5b10 100644 --- a/src/includes/class/class.LSformElement_supannCMSIdEtiquette.php +++ b/src/includes/class/class.LSformElement_supannCMSIdEtiquette.php @@ -37,3 +37,5 @@ class LSformElement_supannCMSIdEtiquette extends LSformElement_supannLabeledValu var $supannLabelNomenclatureTable = 'cmsIdTechnologie'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannCodePopulation.php b/src/includes/class/class.LSformElement_supannCodePopulation.php index 896ac340..8c0e7d4b 100644 --- a/src/includes/class/class.LSformElement_supannCodePopulation.php +++ b/src/includes/class/class.LSformElement_supannCodePopulation.php @@ -37,3 +37,5 @@ class LSformElement_supannCodePopulation extends LSformElement_supannLabeledValu var $supannNomenclatureTable = 'codePopulation'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannCompositeAttribute.php b/src/includes/class/class.LSformElement_supannCompositeAttribute.php index b0494791..6093930d 100644 --- a/src/includes/class/class.LSformElement_supannCompositeAttribute.php +++ b/src/includes/class/class.LSformElement_supannCompositeAttribute.php @@ -596,3 +596,5 @@ class LSformElement_supannCompositeAttribute extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEmpCorps.php b/src/includes/class/class.LSformElement_supannEmpCorps.php index 213bec14..d001026f 100644 --- a/src/includes/class/class.LSformElement_supannEmpCorps.php +++ b/src/includes/class/class.LSformElement_supannEmpCorps.php @@ -37,3 +37,5 @@ class LSformElement_supannEmpCorps extends LSformElement_supannLabeledValue { var $supannNomenclatureTable = 'empCorps'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEmpProfil.php b/src/includes/class/class.LSformElement_supannEmpProfil.php index 89112566..0020cc7a 100644 --- a/src/includes/class/class.LSformElement_supannEmpProfil.php +++ b/src/includes/class/class.LSformElement_supannEmpProfil.php @@ -88,3 +88,5 @@ class LSformElement_supannEmpProfil extends LSformElement_supannCompositeAttribu } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtablissement.php b/src/includes/class/class.LSformElement_supannEtablissement.php index b6ebef8e..521e803a 100644 --- a/src/includes/class/class.LSformElement_supannEtablissement.php +++ b/src/includes/class/class.LSformElement_supannEtablissement.php @@ -37,3 +37,5 @@ class LSformElement_supannEtablissement extends LSformElement_supannLabeledValue var $supannNomenclatureTable = 'codeEtablissement'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtuDiplome.php b/src/includes/class/class.LSformElement_supannEtuDiplome.php index a860f263..ff545f48 100644 --- a/src/includes/class/class.LSformElement_supannEtuDiplome.php +++ b/src/includes/class/class.LSformElement_supannEtuDiplome.php @@ -37,3 +37,5 @@ class LSformElement_supannEtuDiplome extends LSformElement_supannLabeledValue { var $supannNomenclatureTable = 'etuDiplome'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtuElementPedagogique.php b/src/includes/class/class.LSformElement_supannEtuElementPedagogique.php index 455244ac..279c8c6b 100644 --- a/src/includes/class/class.LSformElement_supannEtuElementPedagogique.php +++ b/src/includes/class/class.LSformElement_supannEtuElementPedagogique.php @@ -37,3 +37,5 @@ class LSformElement_supannEtuElementPedagogique extends LSformElement_supannLabe var $supannNomenclatureTable = 'etuElementPedagogique'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtuEtape.php b/src/includes/class/class.LSformElement_supannEtuEtape.php index 93e70c51..6c334741 100644 --- a/src/includes/class/class.LSformElement_supannEtuEtape.php +++ b/src/includes/class/class.LSformElement_supannEtuEtape.php @@ -37,3 +37,5 @@ class LSformElement_supannEtuEtape extends LSformElement_supannLabeledValue { var $supannNomenclatureTable = 'etuEtape'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtuInscription.php b/src/includes/class/class.LSformElement_supannEtuInscription.php index 17ad7284..26e15c33 100644 --- a/src/includes/class/class.LSformElement_supannEtuInscription.php +++ b/src/includes/class/class.LSformElement_supannEtuInscription.php @@ -126,3 +126,5 @@ class LSformElement_supannEtuInscription extends LSformElement_supannCompositeAt } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtuRegimeInscription.php b/src/includes/class/class.LSformElement_supannEtuRegimeInscription.php index 877c587d..4bdcbdb2 100644 --- a/src/includes/class/class.LSformElement_supannEtuRegimeInscription.php +++ b/src/includes/class/class.LSformElement_supannEtuRegimeInscription.php @@ -37,3 +37,5 @@ class LSformElement_supannEtuRegimeInscription extends LSformElement_supannLabel var $supannNomenclatureTable = 'etuRegimeInscription'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtuSecteurDisciplinaire.php b/src/includes/class/class.LSformElement_supannEtuSecteurDisciplinaire.php index 69b2d205..3ee911ae 100644 --- a/src/includes/class/class.LSformElement_supannEtuSecteurDisciplinaire.php +++ b/src/includes/class/class.LSformElement_supannEtuSecteurDisciplinaire.php @@ -37,3 +37,5 @@ class LSformElement_supannEtuSecteurDisciplinaire extends LSformElement_supannLa var $supannNomenclatureTable = 'etuSecteurDisciplinaire'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannEtuTypeDiplome.php b/src/includes/class/class.LSformElement_supannEtuTypeDiplome.php index cf80b409..0d38a00c 100644 --- a/src/includes/class/class.LSformElement_supannEtuTypeDiplome.php +++ b/src/includes/class/class.LSformElement_supannEtuTypeDiplome.php @@ -37,3 +37,5 @@ class LSformElement_supannEtuTypeDiplome extends LSformElement_supannLabeledValu var $supannNomenclatureTable = 'etuTypeDiplome'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannExtProfil.php b/src/includes/class/class.LSformElement_supannExtProfil.php index 995e4d88..967fe785 100644 --- a/src/includes/class/class.LSformElement_supannExtProfil.php +++ b/src/includes/class/class.LSformElement_supannExtProfil.php @@ -87,3 +87,5 @@ class LSformElement_supannExtProfil extends LSformElement_supannCompositeAttribu } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannLabeledValue.php b/src/includes/class/class.LSformElement_supannLabeledValue.php index 439d3748..247fc691 100644 --- a/src/includes/class/class.LSformElement_supannLabeledValue.php +++ b/src/includes/class/class.LSformElement_supannLabeledValue.php @@ -244,3 +244,5 @@ class LSformElement_supannLabeledValue extends LSformElement { return $values[0]; } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannMailPrive.php b/src/includes/class/class.LSformElement_supannMailPrive.php index 4c05923e..ee9d878a 100644 --- a/src/includes/class/class.LSformElement_supannMailPrive.php +++ b/src/includes/class/class.LSformElement_supannMailPrive.php @@ -37,3 +37,5 @@ class LSformElement_supannMailPrive extends LSformElement_supannLabeledValue { var $supannLabelNomenclatureTable = 'mailPriveLabel'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannRessourceEtat.php b/src/includes/class/class.LSformElement_supannRessourceEtat.php index 23cfb4f8..e7c8e368 100644 --- a/src/includes/class/class.LSformElement_supannRessourceEtat.php +++ b/src/includes/class/class.LSformElement_supannRessourceEtat.php @@ -99,3 +99,5 @@ class LSformElement_supannRessourceEtat extends LSformElement_supannCompositeAtt } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannRessourceEtatDate.php b/src/includes/class/class.LSformElement_supannRessourceEtatDate.php index b61adaa6..6d1a052e 100644 --- a/src/includes/class/class.LSformElement_supannRessourceEtatDate.php +++ b/src/includes/class/class.LSformElement_supannRessourceEtatDate.php @@ -115,3 +115,5 @@ class LSformElement_supannRessourceEtatDate extends LSformElement_supannComposit } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannRoleEntite.php b/src/includes/class/class.LSformElement_supannRoleEntite.php index 8cc0d70b..09e59fcf 100644 --- a/src/includes/class/class.LSformElement_supannRoleEntite.php +++ b/src/includes/class/class.LSformElement_supannRoleEntite.php @@ -58,3 +58,5 @@ class LSformElement_supannRoleEntite extends LSformElement_supannCompositeAttrib } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannRoleGenerique.php b/src/includes/class/class.LSformElement_supannRoleGenerique.php index 3575a5fa..7d28c28a 100644 --- a/src/includes/class/class.LSformElement_supannRoleGenerique.php +++ b/src/includes/class/class.LSformElement_supannRoleGenerique.php @@ -37,3 +37,5 @@ class LSformElement_supannRoleGenerique extends LSformElement_supannLabeledValue var $supannNomenclatureTable = 'roleGenerique'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannTelephonePrive.php b/src/includes/class/class.LSformElement_supannTelephonePrive.php index 6db337a3..09369049 100644 --- a/src/includes/class/class.LSformElement_supannTelephonePrive.php +++ b/src/includes/class/class.LSformElement_supannTelephonePrive.php @@ -37,3 +37,5 @@ class LSformElement_supannTelephonePrive extends LSformElement_supannLabeledValu var $supannLabelNomenclatureTable = 'telephonePriveLabel'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_supannTypeEntite.php b/src/includes/class/class.LSformElement_supannTypeEntite.php index 8be606dc..bd437326 100644 --- a/src/includes/class/class.LSformElement_supannTypeEntite.php +++ b/src/includes/class/class.LSformElement_supannTypeEntite.php @@ -37,3 +37,5 @@ class LSformElement_supannTypeEntite extends LSformElement_supannLabeledValue { var $supannNomenclatureTable = 'typeEntite'; } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_tel.php b/src/includes/class/class.LSformElement_tel.php index f9199c9b..52c766d9 100644 --- a/src/includes/class/class.LSformElement_tel.php +++ b/src/includes/class/class.LSformElement_tel.php @@ -46,3 +46,5 @@ class LSformElement_tel extends LSformElement_text { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_text.php b/src/includes/class/class.LSformElement_text.php index 7f806b2e..cb368973 100644 --- a/src/includes/class/class.LSformElement_text.php +++ b/src/includes/class/class.LSformElement_text.php @@ -271,3 +271,5 @@ class LSformElement_text extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_textarea.php b/src/includes/class/class.LSformElement_textarea.php index fc1e6167..44ca43ab 100644 --- a/src/includes/class/class.LSformElement_textarea.php +++ b/src/includes/class/class.LSformElement_textarea.php @@ -70,3 +70,5 @@ class LSformElement_textarea extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_url.php b/src/includes/class/class.LSformElement_url.php index 99db10aa..41fbb11d 100644 --- a/src/includes/class/class.LSformElement_url.php +++ b/src/includes/class/class.LSformElement_url.php @@ -56,3 +56,5 @@ class LSformElement_url extends LSformElement_text { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_valueWithUnit.php b/src/includes/class/class.LSformElement_valueWithUnit.php index bb432a00..4072314a 100644 --- a/src/includes/class/class.LSformElement_valueWithUnit.php +++ b/src/includes/class/class.LSformElement_valueWithUnit.php @@ -242,3 +242,5 @@ class LSformElement_valueWithUnit extends LSformElement { LSerror :: defineError('LSformElement_valueWithUnit_01', ___("LSformElement_valueWithUnit : Units configuration data are missing for the attribute %{attr}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_wysiwyg.php b/src/includes/class/class.LSformElement_wysiwyg.php index 2a2d8630..5d8f4d40 100644 --- a/src/includes/class/class.LSformElement_wysiwyg.php +++ b/src/includes/class/class.LSformElement_wysiwyg.php @@ -59,3 +59,5 @@ class LSformElement_wysiwyg extends LSformElement { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformElement_xmpp.php b/src/includes/class/class.LSformElement_xmpp.php index e7d83264..388f0ac7 100644 --- a/src/includes/class/class.LSformElement_xmpp.php +++ b/src/includes/class/class.LSformElement_xmpp.php @@ -54,3 +54,5 @@ class LSformElement_xmpp extends LSformElement_text { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule.php b/src/includes/class/class.LSformRule.php index 4413183f..8ff16147 100644 --- a/src/includes/class/class.LSformRule.php +++ b/src/includes/class/class.LSformRule.php @@ -323,3 +323,5 @@ LScli :: add_command( true, array('LSformRule', 'cli_test_form_rule_args_autocompleter') ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_LSformElement_select_validValue.php b/src/includes/class/class.LSformRule_LSformElement_select_validValue.php index 64e6b4a8..9bb66b10 100644 --- a/src/includes/class/class.LSformRule_LSformElement_select_validValue.php +++ b/src/includes/class/class.LSformRule_LSformElement_select_validValue.php @@ -43,3 +43,5 @@ class LSformRule_LSformElement_select_validValue extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_alphanumeric.php b/src/includes/class/class.LSformRule_alphanumeric.php index 7a80adfa..89a12e3a 100644 --- a/src/includes/class/class.LSformRule_alphanumeric.php +++ b/src/includes/class/class.LSformRule_alphanumeric.php @@ -56,3 +56,5 @@ class LSformRule_alphanumeric extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_callable.php b/src/includes/class/class.LSformRule_callable.php index 1e43f2db..9f112a30 100644 --- a/src/includes/class/class.LSformRule_callable.php +++ b/src/includes/class/class.LSformRule_callable.php @@ -70,3 +70,5 @@ class LSformRule_callable extends LSformRule { LSerror :: defineError('LSformRule_callable_01', ___("LSformRule_callable : The given callable option is not callable") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_compare.php b/src/includes/class/class.LSformRule_compare.php index 92884ab2..c971cf38 100644 --- a/src/includes/class/class.LSformRule_compare.php +++ b/src/includes/class/class.LSformRule_compare.php @@ -102,3 +102,5 @@ function _LSformRule_compare_gt($a, $b) {return $a > $b;} function _LSformRule_compare_gte($a, $b) {return $a >= $b;} function _LSformRule_compare_lt($a, $b) {return $a < $b;} function _LSformRule_compare_lte($a, $b) {return $a <= $b;} + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_date.php b/src/includes/class/class.LSformRule_date.php index 837d4d3f..964a9d96 100644 --- a/src/includes/class/class.LSformRule_date.php +++ b/src/includes/class/class.LSformRule_date.php @@ -71,3 +71,5 @@ class LSformRule_date extends LSformRule { LSerror :: defineError('LSformRule_date_01', ___("LSformRule_date : No date format specify.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_differentPassword.php b/src/includes/class/class.LSformRule_differentPassword.php index d4b8bb1d..f7e125e7 100644 --- a/src/includes/class/class.LSformRule_differentPassword.php +++ b/src/includes/class/class.LSformRule_differentPassword.php @@ -106,3 +106,5 @@ ___("LSformRule_differentPassword : The other password attribute could not be th LSerror :: defineError('LSformRule_differentPassword_05', ___("LSformRule_differentPassword : The other password attributes must use LSattr_ldap :: password. It's not the case of the attribure %{attr}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_email.php b/src/includes/class/class.LSformRule_email.php index a6e94024..947a9362 100644 --- a/src/includes/class/class.LSformRule_email.php +++ b/src/includes/class/class.LSformRule_email.php @@ -52,3 +52,5 @@ class LSformRule_email extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_filesize.php b/src/includes/class/class.LSformRule_filesize.php index 14fb3f93..e5c7cc15 100644 --- a/src/includes/class/class.LSformRule_filesize.php +++ b/src/includes/class/class.LSformRule_filesize.php @@ -62,3 +62,5 @@ class LSformRule_filesize extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_gpg_pub_key.php b/src/includes/class/class.LSformRule_gpg_pub_key.php index e47304c6..409b0b4f 100644 --- a/src/includes/class/class.LSformRule_gpg_pub_key.php +++ b/src/includes/class/class.LSformRule_gpg_pub_key.php @@ -60,3 +60,5 @@ class LSformRule_gpg_pub_key extends LSformRule { LSerror :: defineError('LSformRule_gpg_pub_key_01', ___("LSformRule_gpg_pub_key: PHP GnuPG extension is missing, can't validate value.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_imagefile.php b/src/includes/class/class.LSformRule_imagefile.php index a97482a4..0309c172 100644 --- a/src/includes/class/class.LSformRule_imagefile.php +++ b/src/includes/class/class.LSformRule_imagefile.php @@ -59,3 +59,5 @@ class LSformRule_imagefile extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_imagesize.php b/src/includes/class/class.LSformRule_imagesize.php index ea8d1af1..88c2966e 100644 --- a/src/includes/class/class.LSformRule_imagesize.php +++ b/src/includes/class/class.LSformRule_imagesize.php @@ -81,3 +81,5 @@ class LSformRule_imagesize extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_inarray.php b/src/includes/class/class.LSformRule_inarray.php index f44d0a87..b806f5ef 100644 --- a/src/includes/class/class.LSformRule_inarray.php +++ b/src/includes/class/class.LSformRule_inarray.php @@ -65,3 +65,5 @@ class LSformRule_inarray extends LSformRule { LSerror :: defineError('LSformRule_inarray_01', ___("LSformRule_inarray : Possible values has not been configured to validate data.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_integer.php b/src/includes/class/class.LSformRule_integer.php index fd774b03..6ffa6c0d 100644 --- a/src/includes/class/class.LSformRule_integer.php +++ b/src/includes/class/class.LSformRule_integer.php @@ -79,3 +79,5 @@ class LSformRule_integer extends LSformRule{ } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_ldapSearchURI.php b/src/includes/class/class.LSformRule_ldapSearchURI.php index f71d3774..c6002dd5 100644 --- a/src/includes/class/class.LSformRule_ldapSearchURI.php +++ b/src/includes/class/class.LSformRule_ldapSearchURI.php @@ -177,3 +177,5 @@ class LSformRule_ldapSearchURI extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_lettersonly.php b/src/includes/class/class.LSformRule_lettersonly.php index 6d676906..d4bf3ca5 100644 --- a/src/includes/class/class.LSformRule_lettersonly.php +++ b/src/includes/class/class.LSformRule_lettersonly.php @@ -43,3 +43,5 @@ class LSformRule_lettersonly extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_maxlength.php b/src/includes/class/class.LSformRule_maxlength.php index 752f4514..98e9db34 100644 --- a/src/includes/class/class.LSformRule_maxlength.php +++ b/src/includes/class/class.LSformRule_maxlength.php @@ -52,3 +52,5 @@ class LSformRule_maxlength extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_mimetype.php b/src/includes/class/class.LSformRule_mimetype.php index 2c56e0d0..99576f16 100644 --- a/src/includes/class/class.LSformRule_mimetype.php +++ b/src/includes/class/class.LSformRule_mimetype.php @@ -60,3 +60,5 @@ class LSformRule_mimetype extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_minlength.php b/src/includes/class/class.LSformRule_minlength.php index 908e3ee1..18a2c480 100644 --- a/src/includes/class/class.LSformRule_minlength.php +++ b/src/includes/class/class.LSformRule_minlength.php @@ -52,3 +52,5 @@ class LSformRule_minlength extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_nonzero.php b/src/includes/class/class.LSformRule_nonzero.php index c60b5dbf..86d6e6b6 100644 --- a/src/includes/class/class.LSformRule_nonzero.php +++ b/src/includes/class/class.LSformRule_nonzero.php @@ -43,3 +43,5 @@ class LSformRule_nonzero extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_nopunctuation.php b/src/includes/class/class.LSformRule_nopunctuation.php index 896f1462..b57ee4d9 100644 --- a/src/includes/class/class.LSformRule_nopunctuation.php +++ b/src/includes/class/class.LSformRule_nopunctuation.php @@ -43,3 +43,5 @@ class LSformRule_nopunctuation extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_numberOfValues.php b/src/includes/class/class.LSformRule_numberOfValues.php index e7b3ebd2..bb2e006a 100644 --- a/src/includes/class/class.LSformRule_numberOfValues.php +++ b/src/includes/class/class.LSformRule_numberOfValues.php @@ -96,3 +96,5 @@ class LSformRule_numberOfValues extends LSformRule { LSerror :: defineError('LSformRule_numberOfValues_01', ___("LSformRule_numberOfValues: Parameter max could not be lower than parameter min.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_numeric.php b/src/includes/class/class.LSformRule_numeric.php index d4cee9a7..b6115dd6 100644 --- a/src/includes/class/class.LSformRule_numeric.php +++ b/src/includes/class/class.LSformRule_numeric.php @@ -43,3 +43,5 @@ class LSformRule_numeric extends LSformRule{ } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_password.php b/src/includes/class/class.LSformRule_password.php index 1bb650ff..dd9a7433 100644 --- a/src/includes/class/class.LSformRule_password.php +++ b/src/includes/class/class.LSformRule_password.php @@ -113,3 +113,5 @@ class LSformRule_password extends LSformRule { LSerror :: defineError('LSformRule_password_01', ___("LSformRule_password : Invalid regex configured : %{regex}. You must use PCRE (begining by '/' caracter).") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_rangelength.php b/src/includes/class/class.LSformRule_rangelength.php index 029178ee..0cec0907 100644 --- a/src/includes/class/class.LSformRule_rangelength.php +++ b/src/includes/class/class.LSformRule_rangelength.php @@ -62,3 +62,5 @@ class LSformRule_rangelength extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_regex.php b/src/includes/class/class.LSformRule_regex.php index da605632..3ee5d600 100644 --- a/src/includes/class/class.LSformRule_regex.php +++ b/src/includes/class/class.LSformRule_regex.php @@ -66,3 +66,5 @@ class LSformRule_regex extends LSformRule { LSerror :: defineError('LSformRule_regex_01', ___("LSformRule_regex : Regex has not been configured to validate data.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_required.php b/src/includes/class/class.LSformRule_required.php index 8df6a04b..87b5add0 100644 --- a/src/includes/class/class.LSformRule_required.php +++ b/src/includes/class/class.LSformRule_required.php @@ -41,3 +41,5 @@ class LSformRule_required extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_ssh_pub_key.php b/src/includes/class/class.LSformRule_ssh_pub_key.php index bb3ab198..ee604155 100644 --- a/src/includes/class/class.LSformRule_ssh_pub_key.php +++ b/src/includes/class/class.LSformRule_ssh_pub_key.php @@ -46,3 +46,5 @@ class LSformRule_ssh_pub_key extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_telephonenumber.php b/src/includes/class/class.LSformRule_telephonenumber.php index 482a488c..d3d11b65 100644 --- a/src/includes/class/class.LSformRule_telephonenumber.php +++ b/src/includes/class/class.LSformRule_telephonenumber.php @@ -43,3 +43,5 @@ class LSformRule_telephonenumber extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSformRule_zxcvbn.php b/src/includes/class/class.LSformRule_zxcvbn.php index 8f58eb4e..1894e37d 100644 --- a/src/includes/class/class.LSformRule_zxcvbn.php +++ b/src/includes/class/class.LSformRule_zxcvbn.php @@ -97,3 +97,5 @@ class LSformRule_zxcvbn extends LSformRule { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSio.php b/src/includes/class/class.LSio.php index fd39a47e..88a984a5 100644 --- a/src/includes/class/class.LSio.php +++ b/src/includes/class/class.LSio.php @@ -958,3 +958,5 @@ LScli :: add_command( true, array('LSio', 'cli_export_args_autocompleter') ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSioFormat.php b/src/includes/class/class.LSioFormat.php index b619828b..4944b2e9 100644 --- a/src/includes/class/class.LSioFormat.php +++ b/src/includes/class/class.LSioFormat.php @@ -245,3 +245,5 @@ class LSioFormat extends LSlog_staticLoggerClass { LSerror :: defineError('LSioFormat_01', ___("LSioFormat : IOformat driver %{driver} invalid or unavailable.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSioFormatCSV.php b/src/includes/class/class.LSioFormatCSV.php index ef843f5c..f229c241 100644 --- a/src/includes/class/class.LSioFormatCSV.php +++ b/src/includes/class/class.LSioFormatCSV.php @@ -293,3 +293,5 @@ class LSioFormatCSV extends LSioFormatDriver { LSerror :: defineError('LSioFormatCSV_01', ___("LSioFormatCSV: function fputcsv is not available.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSioFormatDriver.php b/src/includes/class/class.LSioFormatDriver.php index f2992694..566cd78d 100644 --- a/src/includes/class/class.LSioFormatDriver.php +++ b/src/includes/class/class.LSioFormatDriver.php @@ -196,3 +196,5 @@ class LSioFormatDriver extends LSlog_staticLoggerClass { LSerror :: defineError('LSioFormatDriver_01', ___("LSioFormatDriver : Fail to generate the value of the attribute %{attr} of the object %{object}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlang.php b/src/includes/class/class.LSlang.php index 92209129..42c726fe 100644 --- a/src/includes/class/class.LSlang.php +++ b/src/includes/class/class.LSlang.php @@ -1455,3 +1455,5 @@ xgettext for PHP files."), ), false // This command does not need LDAP connection ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSldap.php b/src/includes/class/class.LSldap.php index d4f7a9c7..1ed460f7 100644 --- a/src/includes/class/class.LSldap.php +++ b/src/includes/class/class.LSldap.php @@ -1017,3 +1017,5 @@ LSerror :: defineError('LSldap_12', LSerror :: defineError('LSldap_13', ___("LSldap: Error during the execution of the trigger %{callable} on event %{event}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSldapObject.php b/src/includes/class/class.LSldapObject.php index 172218c8..f7ebaf8e 100644 --- a/src/includes/class/class.LSldapObject.php +++ b/src/includes/class/class.LSldapObject.php @@ -3422,3 +3422,5 @@ LScli :: add_command( true, array('LSldapObject', 'cli_relation_args_autocompleter') ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog.php b/src/includes/class/class.LSlog.php index d8725ac0..eb2580c3 100644 --- a/src/includes/class/class.LSlog.php +++ b/src/includes/class/class.LSlog.php @@ -579,3 +579,5 @@ class LSlog { LSerror :: defineError('LSlog_01', ___("LSlog : Fail to load logging handler %{handler}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_console.php b/src/includes/class/class.LSlog_console.php index 1f2bccbc..165db43d 100644 --- a/src/includes/class/class.LSlog_console.php +++ b/src/includes/class/class.LSlog_console.php @@ -72,3 +72,5 @@ class LSlog_console extends LSlog_handler { ); } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_email.php b/src/includes/class/class.LSlog_email.php index 3ad15f4e..75648acf 100644 --- a/src/includes/class/class.LSlog_email.php +++ b/src/includes/class/class.LSlog_email.php @@ -84,3 +84,5 @@ class LSlog_email extends LSlog_handler { ); } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_file.php b/src/includes/class/class.LSlog_file.php index c4520a3b..f4893443 100644 --- a/src/includes/class/class.LSlog_file.php +++ b/src/includes/class/class.LSlog_file.php @@ -76,3 +76,5 @@ class LSlog_file extends LSlog_handler { ); } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_handler.php b/src/includes/class/class.LSlog_handler.php index 37cfea7c..9ba716c9 100644 --- a/src/includes/class/class.LSlog_handler.php +++ b/src/includes/class/class.LSlog_handler.php @@ -293,3 +293,5 @@ class LSlog_handler extends LSlog_staticLoggerClass { return "Anonymous"; } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_logger.php b/src/includes/class/class.LSlog_logger.php index 3e7fd32e..113d6302 100644 --- a/src/includes/class/class.LSlog_logger.php +++ b/src/includes/class/class.LSlog_logger.php @@ -230,3 +230,5 @@ class LSlog_logger extends LSlog_staticLoggerClass { LSlog :: exception($exception, $prefix, $fatal, $this -> name); } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_staticLoggerClass.php b/src/includes/class/class.LSlog_staticLoggerClass.php index 848f148e..5de84745 100644 --- a/src/includes/class/class.LSlog_staticLoggerClass.php +++ b/src/includes/class/class.LSlog_staticLoggerClass.php @@ -119,3 +119,5 @@ class LSlog_staticLoggerClass { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_syslog.php b/src/includes/class/class.LSlog_syslog.php index 4d6c770c..860246ed 100644 --- a/src/includes/class/class.LSlog_syslog.php +++ b/src/includes/class/class.LSlog_syslog.php @@ -125,3 +125,5 @@ class LSlog_syslog extends LSlog_handler { return self :: $default_priority; } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSlog_system.php b/src/includes/class/class.LSlog_system.php index 6e2f89ec..37767f7e 100644 --- a/src/includes/class/class.LSlog_system.php +++ b/src/includes/class/class.LSlog_system.php @@ -62,3 +62,5 @@ class LSlog_system extends LSlog_handler { ); } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSmail.php b/src/includes/class/class.LSmail.php index ada70af3..f772c410 100644 --- a/src/includes/class/class.LSmail.php +++ b/src/includes/class/class.LSmail.php @@ -82,3 +82,5 @@ class LSmail extends LSlog_staticLoggerClass { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSobjects.LSgroup.php b/src/includes/class/class.LSobjects.LSgroup.php index 4147b5c2..fb600fe6 100644 --- a/src/includes/class/class.LSobjects.LSgroup.php +++ b/src/includes/class/class.LSobjects.LSgroup.php @@ -116,3 +116,5 @@ class LSgroup extends LSldapObject { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSobjects.LSsysaccount.php b/src/includes/class/class.LSobjects.LSsysaccount.php index aac49438..92114bc9 100644 --- a/src/includes/class/class.LSobjects.LSsysaccount.php +++ b/src/includes/class/class.LSobjects.LSsysaccount.php @@ -28,3 +28,5 @@ class LSsysaccount extends LSldapObject { // ~ } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSrelation.php b/src/includes/class/class.LSrelation.php index 463c3888..ccf90ea9 100644 --- a/src/includes/class/class.LSrelation.php +++ b/src/includes/class/class.LSrelation.php @@ -1058,3 +1058,5 @@ ___("LSrelation : The configuration parameter '%{parameter}' of the relation %{r LSerror :: defineError('LSrelation_08', ___("LSrelation : The configuration parameter '%{parameter}' of the relation %{relation} of %{LSobject} is invalid.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSsearch.php b/src/includes/class/class.LSsearch.php index c88c3ddb..35f30522 100644 --- a/src/includes/class/class.LSsearch.php +++ b/src/includes/class/class.LSsearch.php @@ -2048,3 +2048,5 @@ LScli :: add_command( true, array('LSsearch', 'cli_search_args_autocompleter') ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSsearchEntry.php b/src/includes/class/class.LSsearchEntry.php index a7b1d365..59986a63 100644 --- a/src/includes/class/class.LSsearchEntry.php +++ b/src/includes/class/class.LSsearchEntry.php @@ -326,3 +326,5 @@ class LSsearchEntry extends LSlog_staticLoggerClass { LSerror :: defineError('LSsearchEntry_01', ___("LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns %{column}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSselect.php b/src/includes/class/class.LSselect.php index 5f47fb38..bfd28d4c 100644 --- a/src/includes/class/class.LSselect.php +++ b/src/includes/class/class.LSselect.php @@ -507,3 +507,5 @@ class LSselect extends LSlog_staticLoggerClass { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSsession.php b/src/includes/class/class.LSsession.php index 3ee2c1f1..fac18b3a 100644 --- a/src/includes/class/class.LSsession.php +++ b/src/includes/class/class.LSsession.php @@ -3323,3 +3323,5 @@ class LSsession { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSsmoothbox.php b/src/includes/class/class.LSsmoothbox.php index 20b5658b..a1cabc75 100644 --- a/src/includes/class/class.LSsmoothbox.php +++ b/src/includes/class/class.LSsmoothbox.php @@ -41,3 +41,5 @@ class LSsmoothbox { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LStemplate.php b/src/includes/class/class.LStemplate.php index a033565b..e59b2338 100644 --- a/src/includes/class/class.LStemplate.php +++ b/src/includes/class/class.LStemplate.php @@ -737,3 +737,5 @@ ___("LStemplate : Fail to execute trigger %{callable} on event %{event} : is not LSerror :: defineError('LStemplate_03', ___("LStemplate : Error during the execution of the trigger %{callable} on event %{event}.") ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LStemplate_smarty2_support.php b/src/includes/class/class.LStemplate_smarty2_support.php index 4fe8c2b0..09690c35 100644 --- a/src/includes/class/class.LStemplate_smarty2_support.php +++ b/src/includes/class/class.LStemplate_smarty2_support.php @@ -114,3 +114,5 @@ function LStemplate_register_function($name,$function_name) { // @phpstan-ignore-next-line LStemplate :: $_smarty -> register_function($name,$function_name); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LStemplate_smarty3_support.php b/src/includes/class/class.LStemplate_smarty3_support.php index 9e73f14e..24fceb17 100644 --- a/src/includes/class/class.LStemplate_smarty3_support.php +++ b/src/includes/class/class.LStemplate_smarty3_support.php @@ -61,3 +61,5 @@ LStemplate :: $_smarty -> registerResource('ls', new Smarty_Resource_LdapSaisie( function LStemplate_register_function($name,$function_name) { LStemplate :: $_smarty -> registerPlugin("function",$name,$function_name); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSurl.php b/src/includes/class/class.LSurl.php index 207d7ee4..2ec74295 100644 --- a/src/includes/class/class.LSurl.php +++ b/src/includes/class/class.LSurl.php @@ -402,3 +402,5 @@ class LSurl extends LSlog_staticLoggerClass { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/class/class.LSurlRequest.php b/src/includes/class/class.LSurlRequest.php index 53813dd1..278fa94a 100644 --- a/src/includes/class/class.LSurlRequest.php +++ b/src/includes/class/class.LSurlRequest.php @@ -127,3 +127,5 @@ class LSurlRequest extends LSlog_staticLoggerClass { } } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/core.php b/src/includes/core.php index 501dd461..fcc30a0d 100644 --- a/src/includes/core.php +++ b/src/includes/core.php @@ -64,3 +64,5 @@ define('LS_VERSION', '(git-dev)'); require_once LS_ROOT_DIR.'/'.LS_INCLUDE_DIR.'functions.php'; require_once LS_ROOT_DIR.'/'.LS_CLASS_DIR.'class.LSsession.php'; + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/functions.php b/src/includes/functions.php index 5bc3d6f4..70687274 100644 --- a/src/includes/functions.php +++ b/src/includes/functions.php @@ -954,3 +954,5 @@ function php_ini_unit_to_bytes($value) { return $factor?intval($m[1]) * pow(1024, $factor):$m[0]; }, strtoupper($value)); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSconfirmBox.js b/src/includes/js/LSconfirmBox.js index 2eec9017..64328ce9 100644 --- a/src/includes/js/LSconfirmBox.js +++ b/src/includes/js/LSconfirmBox.js @@ -189,3 +189,5 @@ var LSconfirmBox = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSdefault.js b/src/includes/js/LSdefault.js index be30e777..35147502 100644 --- a/src/includes/js/LSdefault.js +++ b/src/includes/js/LSdefault.js @@ -321,3 +321,5 @@ var LSdefault = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSdefault = new LSdefault(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSform.js b/src/includes/js/LSform.js index 541cacd0..80c54148 100644 --- a/src/includes/js/LSform.js +++ b/src/includes/js/LSform.js @@ -544,3 +544,5 @@ var LSform = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSform = new LSform(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement.js b/src/includes/js/LSformElement.js index 60c563fc..aec160bb 100644 --- a/src/includes/js/LSformElement.js +++ b/src/includes/js/LSformElement.js @@ -57,3 +57,5 @@ var LSformElement = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_boolean.js b/src/includes/js/LSformElement_boolean.js index 283baf36..0cccaf06 100644 --- a/src/includes/js/LSformElement_boolean.js +++ b/src/includes/js/LSformElement_boolean.js @@ -28,3 +28,5 @@ var LSformElement_boolean = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_boolean = new LSformElement_boolean(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_date.js b/src/includes/js/LSformElement_date.js index 423f4bff..b9de5383 100644 --- a/src/includes/js/LSformElement_date.js +++ b/src/includes/js/LSformElement_date.js @@ -32,3 +32,5 @@ var LSformElement_date = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_date = new LSformElement_date(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_date_field.js b/src/includes/js/LSformElement_date_field.js index 78c54368..1eebf04b 100644 --- a/src/includes/js/LSformElement_date_field.js +++ b/src/includes/js/LSformElement_date_field.js @@ -135,3 +135,5 @@ var LSformElement_date_field = new Class({ }, this); } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_field.js b/src/includes/js/LSformElement_field.js index ee7dbf74..15910b36 100644 --- a/src/includes/js/LSformElement_field.js +++ b/src/includes/js/LSformElement_field.js @@ -45,3 +45,5 @@ var LSformElement_field = new Class({ this.li.destroy(); } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_gpg_pub_key.js b/src/includes/js/LSformElement_gpg_pub_key.js index 22f652bd..bde58c75 100644 --- a/src/includes/js/LSformElement_gpg_pub_key.js +++ b/src/includes/js/LSformElement_gpg_pub_key.js @@ -21,3 +21,5 @@ var LSformElement_gpg_pub_key = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_gpg_pub_key = new LSformElement_gpg_pub_key(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_image.js b/src/includes/js/LSformElement_image.js index d3bb8c09..b6be9218 100644 --- a/src/includes/js/LSformElement_image.js +++ b/src/includes/js/LSformElement_image.js @@ -61,3 +61,5 @@ var LSformElement_image = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_image = new LSformElement_image(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_jsonCompositeAttribute.js b/src/includes/js/LSformElement_jsonCompositeAttribute.js index 1863bc70..4b3fc2ea 100644 --- a/src/includes/js/LSformElement_jsonCompositeAttribute.js +++ b/src/includes/js/LSformElement_jsonCompositeAttribute.js @@ -16,3 +16,5 @@ var LSformElement_jsonCompositeAttribute = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_jsonCompositeAttribute = new LSformElement_jsonCompositeAttribute(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_jsonCompositeAttribute_field.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field.js index 5296448c..e6290f50 100644 --- a/src/includes/js/LSformElement_jsonCompositeAttribute_field.js +++ b/src/includes/js/LSformElement_jsonCompositeAttribute_field.js @@ -30,3 +30,5 @@ var LSformElement_jsonCompositeAttribute_field = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_jsonCompositeAttribute_field_value.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value.js index 57981f04..3464f98b 100644 --- a/src/includes/js/LSformElement_jsonCompositeAttribute_field_value.js +++ b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value.js @@ -29,3 +29,5 @@ var LSformElement_jsonCompositeAttribute_field_value = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js index 6abeb0a9..374a9676 100644 --- a/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js +++ b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js @@ -60,3 +60,5 @@ var LSformElement_jsonCompositeAttribute_field_value_component = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js index ccac6fc8..520e91c3 100644 --- a/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js +++ b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js @@ -28,3 +28,5 @@ var LSformElement_jsonCompositeAttribute_field_value_component_text_value = new this.li.destroy(); } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_mail.js b/src/includes/js/LSformElement_mail.js index ae89f03d..287b8990 100644 --- a/src/includes/js/LSformElement_mail.js +++ b/src/includes/js/LSformElement_mail.js @@ -73,3 +73,5 @@ var LSformElement_mail = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_mail = new LSformElement_mail(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_maildir.js b/src/includes/js/LSformElement_maildir.js index a80969d8..4066c9c9 100644 --- a/src/includes/js/LSformElement_maildir.js +++ b/src/includes/js/LSformElement_maildir.js @@ -15,3 +15,5 @@ var LSformElement_maildir = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_maildir = new LSformElement_maildir(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_maildir_field.js b/src/includes/js/LSformElement_maildir_field.js index ecce4fc4..c2640ec2 100644 --- a/src/includes/js/LSformElement_maildir_field.js +++ b/src/includes/js/LSformElement_maildir_field.js @@ -48,3 +48,5 @@ var LSformElement_maildir_field = new Class({ } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_password.js b/src/includes/js/LSformElement_password.js index 724ef2ca..68741579 100644 --- a/src/includes/js/LSformElement_password.js +++ b/src/includes/js/LSformElement_password.js @@ -15,3 +15,5 @@ var LSformElement_password = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_password = new LSformElement_password(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_password_field.js b/src/includes/js/LSformElement_password_field.js index 1a26ad1f..44653779 100644 --- a/src/includes/js/LSformElement_password_field.js +++ b/src/includes/js/LSformElement_password_field.js @@ -291,3 +291,5 @@ var LSformElement_password_field = new Class({ }, }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_postaladdress.js b/src/includes/js/LSformElement_postaladdress.js index 72637801..17940406 100644 --- a/src/includes/js/LSformElement_postaladdress.js +++ b/src/includes/js/LSformElement_postaladdress.js @@ -73,3 +73,5 @@ var LSformElement_postaladdress = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_postaladdress = new LSformElement_postaladdress(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_rss.js b/src/includes/js/LSformElement_rss.js index 4f01e969..97d12f44 100644 --- a/src/includes/js/LSformElement_rss.js +++ b/src/includes/js/LSformElement_rss.js @@ -48,3 +48,5 @@ var LSformElement_rss = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_rss = new LSformElement_rss(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_select.js b/src/includes/js/LSformElement_select.js index 6459688e..fa83a80e 100644 --- a/src/includes/js/LSformElement_select.js +++ b/src/includes/js/LSformElement_select.js @@ -33,3 +33,5 @@ var LSformElement_select = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_select = new LSformElement_select(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_select_object.js b/src/includes/js/LSformElement_select_object.js index abaedf24..ba7a1f25 100644 --- a/src/includes/js/LSformElement_select_object.js +++ b/src/includes/js/LSformElement_select_object.js @@ -16,3 +16,5 @@ var LSformElement_select_object = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_select_object = new LSformElement_select_object(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_select_object_field.js b/src/includes/js/LSformElement_select_object_field.js index 61a3cff4..5e6db261 100644 --- a/src/includes/js/LSformElement_select_object_field.js +++ b/src/includes/js/LSformElement_select_object_field.js @@ -463,3 +463,5 @@ var LSformElement_select_object_field = new Class({ this._searchAddOpen = 0; } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_ssh_key.js b/src/includes/js/LSformElement_ssh_key.js index e83e10a1..0bde95d7 100644 --- a/src/includes/js/LSformElement_ssh_key.js +++ b/src/includes/js/LSformElement_ssh_key.js @@ -21,3 +21,5 @@ var LSformElement_ssh_key = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_ssh_key = new LSformElement_ssh_key(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_supannCompositeAttribute.js b/src/includes/js/LSformElement_supannCompositeAttribute.js index 6cc84efe..441bddea 100644 --- a/src/includes/js/LSformElement_supannCompositeAttribute.js +++ b/src/includes/js/LSformElement_supannCompositeAttribute.js @@ -16,3 +16,5 @@ var LSformElement_supannCompositeAttribute = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_supannCompositeAttribute = new LSformElement_supannCompositeAttribute(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_supannCompositeAttribute_field.js b/src/includes/js/LSformElement_supannCompositeAttribute_field.js index 4b61e475..c851663d 100644 --- a/src/includes/js/LSformElement_supannCompositeAttribute_field.js +++ b/src/includes/js/LSformElement_supannCompositeAttribute_field.js @@ -31,3 +31,5 @@ var LSformElement_supannCompositeAttribute_field = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_supannCompositeAttribute_field_value.js b/src/includes/js/LSformElement_supannCompositeAttribute_field_value.js index 6dc91aec..9eb281d9 100644 --- a/src/includes/js/LSformElement_supannCompositeAttribute_field_value.js +++ b/src/includes/js/LSformElement_supannCompositeAttribute_field_value.js @@ -29,3 +29,5 @@ var LSformElement_supannCompositeAttribute_field_value = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js b/src/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js index 7aab7be7..6b1a6ac9 100644 --- a/src/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js +++ b/src/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js @@ -190,3 +190,5 @@ var LSformElement_supannCompositeAttribute_field_value_component = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_supannLabeledValue.js b/src/includes/js/LSformElement_supannLabeledValue.js index 1c410dbb..87352592 100644 --- a/src/includes/js/LSformElement_supannLabeledValue.js +++ b/src/includes/js/LSformElement_supannLabeledValue.js @@ -16,3 +16,5 @@ var LSformElement_supannLabeledValue = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_supannLabeledValue = new LSformElement_supannLabeledValue(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_supannLabeledValue_field.js b/src/includes/js/LSformElement_supannLabeledValue_field.js index 5fe593ab..fffc85bc 100644 --- a/src/includes/js/LSformElement_supannLabeledValue_field.js +++ b/src/includes/js/LSformElement_supannLabeledValue_field.js @@ -36,3 +36,5 @@ var LSformElement_supannLabeledValue_field = new Class({ this.values.push(new LSformElement_supannLabeledValue_field_value(li,this.name,this.field_type)); } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_supannLabeledValue_field_value.js b/src/includes/js/LSformElement_supannLabeledValue_field_value.js index c7635b2b..939d29a8 100644 --- a/src/includes/js/LSformElement_supannLabeledValue_field_value.js +++ b/src/includes/js/LSformElement_supannLabeledValue_field_value.js @@ -189,3 +189,5 @@ var LSformElement_supannLabeledValue_field_value = new Class({ }, }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_text.js b/src/includes/js/LSformElement_text.js index bae79eaa..502c8676 100644 --- a/src/includes/js/LSformElement_text.js +++ b/src/includes/js/LSformElement_text.js @@ -56,3 +56,5 @@ var LSformElement_text = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_text = new LSformElement_text(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_text_field.js b/src/includes/js/LSformElement_text_field.js index add02d1e..b98c0353 100644 --- a/src/includes/js/LSformElement_text_field.js +++ b/src/includes/js/LSformElement_text_field.js @@ -234,3 +234,5 @@ var LSformElement_text_field = new Class({ this.closeAutocomplete(); }, }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_textarea.js b/src/includes/js/LSformElement_textarea.js index 31df8a86..1a989c87 100644 --- a/src/includes/js/LSformElement_textarea.js +++ b/src/includes/js/LSformElement_textarea.js @@ -31,3 +31,5 @@ var LSformElement_textarea = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_textarea = new LSformElement_textarea(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_url.js b/src/includes/js/LSformElement_url.js index 6b0fba99..a05ba2a5 100644 --- a/src/includes/js/LSformElement_url.js +++ b/src/includes/js/LSformElement_url.js @@ -81,3 +81,5 @@ var LSformElement_url = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_url = new LSformElement_url(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_wysiwyg.js b/src/includes/js/LSformElement_wysiwyg.js index 55c87ccd..48b899f5 100644 --- a/src/includes/js/LSformElement_wysiwyg.js +++ b/src/includes/js/LSformElement_wysiwyg.js @@ -56,3 +56,5 @@ var LSformElement_wysiwyg = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_wysiwyg = new LSformElement_wysiwyg(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_wysiwyg_field.js b/src/includes/js/LSformElement_wysiwyg_field.js index a083894e..4440aa5a 100644 --- a/src/includes/js/LSformElement_wysiwyg_field.js +++ b/src/includes/js/LSformElement_wysiwyg_field.js @@ -17,3 +17,5 @@ var LSformElement_wysiwyg_field = new Class({ }, }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSformElement_xmpp.js b/src/includes/js/LSformElement_xmpp.js index d1e66b2d..f2d2be73 100644 --- a/src/includes/js/LSformElement_xmpp.js +++ b/src/includes/js/LSformElement_xmpp.js @@ -48,3 +48,5 @@ var LSformElement_xmpp = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSformElement_xmpp = new LSformElement_xmpp(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSinfosBox.js b/src/includes/js/LSinfosBox.js index fd148948..7753cc2d 100644 --- a/src/includes/js/LSinfosBox.js +++ b/src/includes/js/LSinfosBox.js @@ -178,3 +178,5 @@ var LSinfosBox = new Class({ this.ul = false; } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSmail.js b/src/includes/js/LSmail.js index 6f3b05f4..09058e05 100644 --- a/src/includes/js/LSmail.js +++ b/src/includes/js/LSmail.js @@ -156,3 +156,5 @@ var LSmail = new Class({ } } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSrelation.js b/src/includes/js/LSrelation.js index 6e33e128..81580d04 100644 --- a/src/includes/js/LSrelation.js +++ b/src/includes/js/LSrelation.js @@ -147,3 +147,5 @@ var LSrelation = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSrelation = new LSrelation(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSselect.js b/src/includes/js/LSselect.js index abc9dd98..1d7468f8 100644 --- a/src/includes/js/LSselect.js +++ b/src/includes/js/LSselect.js @@ -181,3 +181,5 @@ var LSselect = new Class({ input.fireEvent('click'); } }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSsession_login.js b/src/includes/js/LSsession_login.js index fdcf4726..cc923443 100644 --- a/src/includes/js/LSsession_login.js +++ b/src/includes/js/LSsession_login.js @@ -76,3 +76,5 @@ var LSsession_login = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSsession_login = new LSsession_login(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSsession_recoverPassword.js b/src/includes/js/LSsession_recoverPassword.js index e8087a8d..476c4230 100644 --- a/src/includes/js/LSsession_recoverPassword.js +++ b/src/includes/js/LSsession_recoverPassword.js @@ -63,3 +63,5 @@ var LSsession_recoverPassword = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSsession_recoverPassword = new LSsession_recoverPassword(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSsmoothbox.js b/src/includes/js/LSsmoothbox.js index 1534ada2..b183a1e4 100644 --- a/src/includes/js/LSsmoothbox.js +++ b/src/includes/js/LSsmoothbox.js @@ -408,3 +408,5 @@ var LSsmoothbox = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSsmoothbox = new LSsmoothbox(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/LSview.js b/src/includes/js/LSview.js index b26bf234..d2d7f80b 100644 --- a/src/includes/js/LSview.js +++ b/src/includes/js/LSview.js @@ -185,3 +185,5 @@ var LSview = new Class({ window.addEvent(window.ie ? 'load' : 'domready', function() { varLSview = new LSview(); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/email_templates.js b/src/includes/js/email_templates.js index 1abf00ed..b74755b8 100644 --- a/src/includes/js/email_templates.js +++ b/src/includes/js/email_templates.js @@ -18,3 +18,5 @@ window.addEvent(window.ie ? 'load' : 'domready', function() { options.language = varLSdefault.getCurrentLang(); tinymce.init(options); }); + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/functions.js b/src/includes/js/functions.js index d0c8cc41..d01091ba 100644 --- a/src/includes/js/functions.js +++ b/src/includes/js/functions.js @@ -372,3 +372,5 @@ if ($type(atob) != 'function') { return unescape(output); } } + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/js/organizationalChart.js b/src/includes/js/organizationalChart.js index e20aaf92..0747e859 100644 --- a/src/includes/js/organizationalChart.js +++ b/src/includes/js/organizationalChart.js @@ -19,3 +19,5 @@ renderChart = function () { .render(); }); }; + +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/BCN_diplome_sise.php b/src/includes/resources/supann/BCN_diplome_sise.php index 0e1d13dc..d7869f31 100644 --- a/src/includes/resources/supann/BCN_diplome_sise.php +++ b/src/includes/resources/supann/BCN_diplome_sise.php @@ -48414,3 +48414,5 @@ $GLOBALS['BCN_DIPLOME_SISE'] = array ( '9931516' => 'AUTRE FORMATION UNIVERSITE-3EME CYCLE-SCIENCES ET TECHNOLOGIE INDUSTRIELLES', '9931541' => 'AUTRE FORMATION UNIVERSITE-3EME CYCLE-FORMATION GENERALE AUX METIERS DE L\'INGENIEUR', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/BCN_emp_corps.php b/src/includes/resources/supann/BCN_emp_corps.php index cb7a0bd2..88f6b091 100644 --- a/src/includes/resources/supann/BCN_emp_corps.php +++ b/src/includes/resources/supann/BCN_emp_corps.php @@ -588,3 +588,5 @@ $GLOBALS['BCN_EMP_CORPS'] = array ( '998' => 'MEDECIN DE L\'E.N.- CONSEILLER TECHNIQUE', '999' => 'SANS CORRESPONDANCE CORPS', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/BCN_regime_inscription.php b/src/includes/resources/supann/BCN_regime_inscription.php index d95c81a1..23d4818f 100644 --- a/src/includes/resources/supann/BCN_regime_inscription.php +++ b/src/includes/resources/supann/BCN_regime_inscription.php @@ -44,3 +44,5 @@ $GLOBALS['BCN_REGIME_INSCRIPTION'] = array ( '79' => 'FORM CONTINUE - AUTRES DISPENSES', '90' => 'STAGIAIRES EN SITUATION', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/BCN_secteur_disciplinaire.php b/src/includes/resources/supann/BCN_secteur_disciplinaire.php index 2e6dadb0..c3802c2b 100644 --- a/src/includes/resources/supann/BCN_secteur_disciplinaire.php +++ b/src/includes/resources/supann/BCN_secteur_disciplinaire.php @@ -77,3 +77,5 @@ $GLOBALS['BCN_SECTEUR_DISCIPLINAIRE'] = array ( '80' => 'VETERINAIRE', '90' => 'INTERDISCIPLINAIRE', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/BCN_type_diplome_sise.php b/src/includes/resources/supann/BCN_type_diplome_sise.php index a70f4185..a25fc85b 100644 --- a/src/includes/resources/supann/BCN_type_diplome_sise.php +++ b/src/includes/resources/supann/BCN_type_diplome_sise.php @@ -233,3 +233,5 @@ $GLOBALS['BCN_TYPE_DIPLOME_SISE'] = array ( '62' => 'FORMATION SUPERIEURE DE SPECIALISATION', '63' => 'PASSEPORT POUR S ORIENTER ET REUSSIR', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/UAI_code_etablissements.php b/src/includes/resources/supann/UAI_code_etablissements.php index 1224cc0d..d70ff2af 100644 --- a/src/includes/resources/supann/UAI_code_etablissements.php +++ b/src/includes/resources/supann/UAI_code_etablissements.php @@ -436,3 +436,5 @@ $GLOBALS['UAI_CODE_ETABLISSEMENTS'] = array ( '0593207R' => 'École supérieure de journalisme de Lille', '0753470P' => 'École nationale supérieure des Arts Décoratifs', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/activites.php b/src/includes/resources/supann/activites.php index 72584f6a..fb939837 100644 --- a/src/includes/resources/supann/activites.php +++ b/src/includes/resources/supann/activites.php @@ -705,3 +705,5 @@ $GLOBALS['supannActivitesTables'] = array( "J1D25" => "Responsable de la gestion des ressources humaines", ), ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/populations.php b/src/includes/resources/supann/populations.php index e5dd4858..c7edf1aa 100644 --- a/src/includes/resources/supann/populations.php +++ b/src/includes/resources/supann/populations.php @@ -1627,4 +1627,6 @@ $GLOBALS['supannPopulations'] = array ( 'definition' => '', 'poids' => NULL, ), -); \ No newline at end of file +); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/role_generique.php b/src/includes/resources/supann/role_generique.php index dcec4b3f..69335899 100644 --- a/src/includes/resources/supann/role_generique.php +++ b/src/includes/resources/supann/role_generique.php @@ -68,3 +68,5 @@ $GLOBALS['supannRoleGenerique'] = array ( 'X71' => 'Chargé de service de prévention H&S', 'X80' => 'Assesseur', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/resources/supann/type_entite.php b/src/includes/resources/supann/type_entite.php index 50d01705..fed8f426 100644 --- a/src/includes/resources/supann/type_entite.php +++ b/src/includes/resources/supann/type_entite.php @@ -103,3 +103,5 @@ $GLOBALS['supannTypeEntite'] = array ( 'S330' => 'Campus', 'S340' => 'Plate-forme de recherche ou plateau technique', ); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/includes/routes.php b/src/includes/routes.php index f6580405..d0cd72d2 100644 --- a/src/includes/routes.php +++ b/src/includes/routes.php @@ -2428,3 +2428,5 @@ function handle_api_LSobject_relation($request) { LSsession :: displayAjaxReturn($data); } LSurl :: add_handler('#^api/1.0/object/(?P[^/]+)/(?P[^/]+)/relation/(?P[^/]+)/?$#', 'handle_api_LSobject_relation', true, false, true); + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/public_html/index.php b/src/public_html/index.php index d0c96620..69719fea 100644 --- a/src/public_html/index.php +++ b/src/public_html/index.php @@ -25,3 +25,5 @@ require_once '../includes/core.php'; if(LSsession :: initialize()) { LSurl :: handle_request(); } + +# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab diff --git a/src/templates/default/LSaccessRightsMatrixView.tpl b/src/templates/default/LSaccessRightsMatrixView.tpl index b7717322..e9793bae 100644 --- a/src/templates/default/LSaccessRightsMatrixView.tpl +++ b/src/templates/default/LSaccessRightsMatrixView.tpl @@ -186,3 +186,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSaccessRightsMatrixView_attr_row.tpl b/src/templates/default/LSaccessRightsMatrixView_attr_row.tpl index 89c2060f..02762176 100644 --- a/src/templates/default/LSaccessRightsMatrixView_attr_row.tpl +++ b/src/templates/default/LSaccessRightsMatrixView_attr_row.tpl @@ -14,3 +14,6 @@ {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSdefault.tpl b/src/templates/default/LSdefault.tpl index 645a4e9a..1fdf76a7 100644 --- a/src/templates/default/LSdefault.tpl +++ b/src/templates/default/LSdefault.tpl @@ -13,3 +13,6 @@ {$lang} {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSform.tpl b/src/templates/default/LSform.tpl index ba47e860..449a2fd2 100644 --- a/src/templates/default/LSform.tpl +++ b/src/templates/default/LSform.tpl @@ -78,3 +78,6 @@ {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement.tpl b/src/templates/default/LSformElement.tpl index 0c174dee..6cd38947 100644 --- a/src/templates/default/LSformElement.tpl +++ b/src/templates/default/LSformElement.tpl @@ -7,3 +7,6 @@
  • {include file="ls:$fieldTemplate"}
  • {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_boolean.tpl b/src/templates/default/LSformElement_boolean.tpl index 385e55e0..f21f8b3f 100644 --- a/src/templates/default/LSformElement_boolean.tpl +++ b/src/templates/default/LSformElement_boolean.tpl @@ -6,3 +6,6 @@ {include file="ls:$fieldTemplate"} {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_boolean_field.tpl b/src/templates/default/LSformElement_boolean_field.tpl index 5b1ef98c..774ed552 100644 --- a/src/templates/default/LSformElement_boolean_field.tpl +++ b/src/templates/default/LSformElement_boolean_field.tpl @@ -3,3 +3,6 @@ {else} {$yesTxt|escape:"htmlall"} {$noTxt|escape:"htmlall"} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_date_field.tpl b/src/templates/default/LSformElement_date_field.tpl index 2ee533ac..dc6a851e 100644 --- a/src/templates/default/LSformElement_date_field.tpl +++ b/src/templates/default/LSformElement_date_field.tpl @@ -8,3 +8,6 @@ {/foreach} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_field.tpl b/src/templates/default/LSformElement_field.tpl index 8099039e..576514ab 100644 --- a/src/templates/default/LSformElement_field.tpl +++ b/src/templates/default/LSformElement_field.tpl @@ -3,3 +3,6 @@ {else} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_gpg_pub_key.tpl b/src/templates/default/LSformElement_gpg_pub_key.tpl index cebea848..2bbab5a5 100644 --- a/src/templates/default/LSformElement_gpg_pub_key.tpl +++ b/src/templates/default/LSformElement_gpg_pub_key.tpl @@ -5,3 +5,6 @@
  • {include file="ls:$fieldTemplate"}
  • {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_gpg_pub_key_field.tpl b/src/templates/default/LSformElement_gpg_pub_key_field.tpl index 2104e676..4c5f3295 100644 --- a/src/templates/default/LSformElement_gpg_pub_key_field.tpl +++ b/src/templates/default/LSformElement_gpg_pub_key_field.tpl @@ -14,3 +14,6 @@ {else} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_image_field.tpl b/src/templates/default/LSformElement_image_field.tpl index e6cc36f2..1e4d59a1 100644 --- a/src/templates/default/LSformElement_image_field.tpl +++ b/src/templates/default/LSformElement_image_field.tpl @@ -1,3 +1,6 @@ {if !$freeze} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_jsonCompositeAttribute.tpl b/src/templates/default/LSformElement_jsonCompositeAttribute.tpl index 562bbefd..0c74f184 100644 --- a/src/templates/default/LSformElement_jsonCompositeAttribute.tpl +++ b/src/templates/default/LSformElement_jsonCompositeAttribute.tpl @@ -5,3 +5,6 @@
  • {include file="ls:$fieldTemplate"}
  • {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_jsonCompositeAttribute_field.tpl b/src/templates/default/LSformElement_jsonCompositeAttribute_field.tpl index 421de90c..39ca0265 100644 --- a/src/templates/default/LSformElement_jsonCompositeAttribute_field.tpl +++ b/src/templates/default/LSformElement_jsonCompositeAttribute_field.tpl @@ -72,3 +72,6 @@ {/foreach} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_labeledValue.tpl b/src/templates/default/LSformElement_labeledValue.tpl index 45ffa1d8..295b9bdd 100644 --- a/src/templates/default/LSformElement_labeledValue.tpl +++ b/src/templates/default/LSformElement_labeledValue.tpl @@ -5,3 +5,6 @@
  • {include file="ls:$fieldTemplate"}
  • {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_labeledValue_field.tpl b/src/templates/default/LSformElement_labeledValue_field.tpl index 681e659a..7b5aa40e 100644 --- a/src/templates/default/LSformElement_labeledValue_field.tpl +++ b/src/templates/default/LSformElement_labeledValue_field.tpl @@ -18,3 +18,6 @@ {html_options options=$labels selected=$parseValue.label} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_mailQuota_field.tpl b/src/templates/default/LSformElement_mailQuota_field.tpl index 098a7e3b..e815b7cf 100644 --- a/src/templates/default/LSformElement_mailQuota_field.tpl +++ b/src/templates/default/LSformElement_mailQuota_field.tpl @@ -17,3 +17,6 @@ {tr msg="Incorrect value"} {/if} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_password.tpl b/src/templates/default/LSformElement_password.tpl index 8f86afcd..f5560852 100644 --- a/src/templates/default/LSformElement_password.tpl +++ b/src/templates/default/LSformElement_password.tpl @@ -1,3 +1,6 @@
    • {include file="ls:$fieldTemplate"}
    +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_password_field.tpl b/src/templates/default/LSformElement_password_field.tpl index ee33ed91..003d9d63 100644 --- a/src/templates/default/LSformElement_password_field.tpl +++ b/src/templates/default/LSformElement_password_field.tpl @@ -16,3 +16,6 @@ {/if} {/if} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_quota_field.tpl b/src/templates/default/LSformElement_quota_field.tpl index 7dcd07ff..3133c160 100644 --- a/src/templates/default/LSformElement_quota_field.tpl +++ b/src/templates/default/LSformElement_quota_field.tpl @@ -17,3 +17,6 @@ {$quotas[$value].unknown|escape:"htmlall"} {/if} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_select.tpl b/src/templates/default/LSformElement_select.tpl index a5683e30..8d479652 100644 --- a/src/templates/default/LSformElement_select.tpl +++ b/src/templates/default/LSformElement_select.tpl @@ -41,3 +41,6 @@ {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_select_box.tpl b/src/templates/default/LSformElement_select_box.tpl index 9ff2087e..b70a81d2 100644 --- a/src/templates/default/LSformElement_select_box.tpl +++ b/src/templates/default/LSformElement_select_box.tpl @@ -46,3 +46,6 @@ {/foreach} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_select_object.tpl b/src/templates/default/LSformElement_select_object.tpl index 836d80af..35db642c 100644 --- a/src/templates/default/LSformElement_select_object.tpl +++ b/src/templates/default/LSformElement_select_object.tpl @@ -25,3 +25,6 @@ {/foreach}
      {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_select_object_field.tpl b/src/templates/default/LSformElement_select_object_field.tpl index 9c574ecb..b349445d 100644 --- a/src/templates/default/LSformElement_select_object_field.tpl +++ b/src/templates/default/LSformElement_select_object_field.tpl @@ -10,3 +10,6 @@ {else} {$noValueTxt|escape:"htmlall"} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_ssh_key.tpl b/src/templates/default/LSformElement_ssh_key.tpl index cebea848..2bbab5a5 100644 --- a/src/templates/default/LSformElement_ssh_key.tpl +++ b/src/templates/default/LSformElement_ssh_key.tpl @@ -5,3 +5,6 @@
    • {include file="ls:$fieldTemplate"}
    • {/foreach}
    +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_ssh_key_field.tpl b/src/templates/default/LSformElement_ssh_key_field.tpl index 13ab79fc..85b991ec 100644 --- a/src/templates/default/LSformElement_ssh_key_field.tpl +++ b/src/templates/default/LSformElement_ssh_key_field.tpl @@ -9,3 +9,6 @@ {else} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_supannCompositeAttribute.tpl b/src/templates/default/LSformElement_supannCompositeAttribute.tpl index ad01b778..69c8b743 100644 --- a/src/templates/default/LSformElement_supannCompositeAttribute.tpl +++ b/src/templates/default/LSformElement_supannCompositeAttribute.tpl @@ -5,3 +5,6 @@
  • {include file="ls:$fieldTemplate"}
  • {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_supannCompositeAttribute_field.tpl b/src/templates/default/LSformElement_supannCompositeAttribute_field.tpl index cef25762..6046aa68 100644 --- a/src/templates/default/LSformElement_supannCompositeAttribute_field.tpl +++ b/src/templates/default/LSformElement_supannCompositeAttribute_field.tpl @@ -49,3 +49,6 @@

    {/foreach} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_supannLabeledValue.tpl b/src/templates/default/LSformElement_supannLabeledValue.tpl index de6be301..22beadb6 100644 --- a/src/templates/default/LSformElement_supannLabeledValue.tpl +++ b/src/templates/default/LSformElement_supannLabeledValue.tpl @@ -5,3 +5,6 @@
  • {include file="ls:$fieldTemplate"}
  • {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_supannLabeledValue_field.tpl b/src/templates/default/LSformElement_supannLabeledValue_field.tpl index 0c3c5c2c..be7ceb00 100644 --- a/src/templates/default/LSformElement_supannLabeledValue_field.tpl +++ b/src/templates/default/LSformElement_supannLabeledValue_field.tpl @@ -45,3 +45,6 @@ {/if} {/if} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_text_field.tpl b/src/templates/default/LSformElement_text_field.tpl index 4580bd31..b230c406 100644 --- a/src/templates/default/LSformElement_text_field.tpl +++ b/src/templates/default/LSformElement_text_field.tpl @@ -4,3 +4,6 @@ {else} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_textarea_field.tpl b/src/templates/default/LSformElement_textarea_field.tpl index 50ebdc4f..0f310be1 100644 --- a/src/templates/default/LSformElement_textarea_field.tpl +++ b/src/templates/default/LSformElement_textarea_field.tpl @@ -3,3 +3,6 @@ {else} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_uri_field.tpl b/src/templates/default/LSformElement_uri_field.tpl index b51c047b..11762348 100644 --- a/src/templates/default/LSformElement_uri_field.tpl +++ b/src/templates/default/LSformElement_uri_field.tpl @@ -10,3 +10,6 @@ {else} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_valueWithUnit_field.tpl b/src/templates/default/LSformElement_valueWithUnit_field.tpl index 77b3cb4e..48cb89fd 100644 --- a/src/templates/default/LSformElement_valueWithUnit_field.tpl +++ b/src/templates/default/LSformElement_valueWithUnit_field.tpl @@ -25,3 +25,6 @@ {$values_and_units[$value].unknown|escape:"htmlall"} {/if} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSformElement_wysiwyg_field.tpl b/src/templates/default/LSformElement_wysiwyg_field.tpl index 4bc77901..a76b746b 100644 --- a/src/templates/default/LSformElement_wysiwyg_field.tpl +++ b/src/templates/default/LSformElement_wysiwyg_field.tpl @@ -5,3 +5,6 @@ {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSform_view.tpl b/src/templates/default/LSform_view.tpl index a3f63e7a..24628068 100644 --- a/src/templates/default/LSform_view.tpl +++ b/src/templates/default/LSform_view.tpl @@ -56,3 +56,6 @@ {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSmail.tpl b/src/templates/default/LSmail.tpl index be10de71..f202507e 100644 --- a/src/templates/default/LSmail.tpl +++ b/src/templates/default/LSmail.tpl @@ -30,3 +30,6 @@ +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSrelations.tpl b/src/templates/default/LSrelations.tpl index 8e5700c4..df621207 100644 --- a/src/templates/default/LSrelations.tpl +++ b/src/templates/default/LSrelations.tpl @@ -12,3 +12,6 @@
  • {$item.emptyText|escape:"htmlall"}
  • {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/LSview_actions.tpl b/src/templates/default/LSview_actions.tpl index e9b87e4d..a90fee2e 100644 --- a/src/templates/default/LSview_actions.tpl +++ b/src/templates/default/LSview_actions.tpl @@ -26,3 +26,6 @@ {/foreach} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/base.tpl b/src/templates/default/base.tpl index 88c33fa4..324d20e8 100644 --- a/src/templates/default/base.tpl +++ b/src/templates/default/base.tpl @@ -25,3 +25,6 @@ {block name="js"}{/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/base_connected.tpl b/src/templates/default/base_connected.tpl index f02b3821..1d0c047a 100644 --- a/src/templates/default/base_connected.tpl +++ b/src/templates/default/base_connected.tpl @@ -61,3 +61,6 @@
    LdapSaisie {$LS_VERSION}
    {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/create.tpl b/src/templates/default/create.tpl index 77b56ff4..feab12c5 100644 --- a/src/templates/default/create.tpl +++ b/src/templates/default/create.tpl @@ -13,3 +13,6 @@ {include file='ls:LSform.tpl'} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/css.tpl b/src/templates/default/css.tpl index 1aa698c5..e6ddfc55 100644 --- a/src/templates/default/css.tpl +++ b/src/templates/default/css.tpl @@ -18,3 +18,6 @@ {/foreach} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/email_template.tpl b/src/templates/default/email_template.tpl index 85df0a66..14cfaf31 100644 --- a/src/templates/default/email_template.tpl +++ b/src/templates/default/email_template.tpl @@ -41,3 +41,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/email_templates.tpl b/src/templates/default/email_templates.tpl index 32de2abe..485f3de3 100644 --- a/src/templates/default/email_templates.tpl +++ b/src/templates/default/email_templates.tpl @@ -26,3 +26,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/error.tpl b/src/templates/default/error.tpl index 09eb763f..923f41c8 100644 --- a/src/templates/default/error.tpl +++ b/src/templates/default/error.tpl @@ -19,3 +19,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/export.tpl b/src/templates/default/export.tpl index 5200f339..5e63c8bd 100644 --- a/src/templates/default/export.tpl +++ b/src/templates/default/export.tpl @@ -18,3 +18,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/global_search.tpl b/src/templates/default/global_search.tpl index b2042b5f..c0f71bb2 100644 --- a/src/templates/default/global_search.tpl +++ b/src/templates/default/global_search.tpl @@ -18,3 +18,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/global_search_one_page.tpl b/src/templates/default/global_search_one_page.tpl index fd97c699..176ac6e3 100644 --- a/src/templates/default/global_search_one_page.tpl +++ b/src/templates/default/global_search_one_page.tpl @@ -78,3 +78,6 @@ {$LSsearch->label_total|escape:'htmlall'} {assign var=pagination_url value="object/{$LSsearch->LSobject|escape:"url"}"} {include file='ls:pagination.tpl'} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/homepage.tpl b/src/templates/default/homepage.tpl index 2be732ad..75bdcc68 100644 --- a/src/templates/default/homepage.tpl +++ b/src/templates/default/homepage.tpl @@ -2,3 +2,6 @@ {block name="content"}

    {$pagetitle}

    {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/import.tpl b/src/templates/default/import.tpl index 7458b042..ae30a42b 100644 --- a/src/templates/default/import.tpl +++ b/src/templates/default/import.tpl @@ -169,3 +169,6 @@ {/if} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/js.tpl b/src/templates/default/js.tpl index 57c7cd75..ec097858 100644 --- a/src/templates/default/js.tpl +++ b/src/templates/default/js.tpl @@ -21,3 +21,6 @@ {/foreach} {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/login.tpl b/src/templates/default/login.tpl index 2805e497..b39212cb 100644 --- a/src/templates/default/login.tpl +++ b/src/templates/default/login.tpl @@ -34,3 +34,6 @@ {tr msg="Forgot your password ?"} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/modify.tpl b/src/templates/default/modify.tpl index b11b56ca..16d24dca 100644 --- a/src/templates/default/modify.tpl +++ b/src/templates/default/modify.tpl @@ -6,3 +6,6 @@ {include file='ls:LSform.tpl'} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/organizationalChart.tpl b/src/templates/default/organizationalChart.tpl index 15985d1e..79a7dcbc 100644 --- a/src/templates/default/organizationalChart.tpl +++ b/src/templates/default/organizationalChart.tpl @@ -25,3 +25,6 @@
    +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/pagination.tpl b/src/templates/default/pagination.tpl index c24d5f49..0b41f9d1 100644 --- a/src/templates/default/pagination.tpl +++ b/src/templates/default/pagination.tpl @@ -39,3 +39,6 @@ {/if}

    {/if} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/question.tpl b/src/templates/default/question.tpl index 6a59a6a3..ebed8ef0 100644 --- a/src/templates/default/question.tpl +++ b/src/templates/default/question.tpl @@ -6,3 +6,6 @@

    {$question}

    {$validation_label|escape:"htmlall"} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/recoverpassword.tpl b/src/templates/default/recoverpassword.tpl index e41ba150..fd1c8f39 100644 --- a/src/templates/default/recoverpassword.tpl +++ b/src/templates/default/recoverpassword.tpl @@ -28,3 +28,6 @@ {tr msg="Back"} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/redirect.tpl b/src/templates/default/redirect.tpl index b1efa80b..290aafac 100644 --- a/src/templates/default/redirect.tpl +++ b/src/templates/default/redirect.tpl @@ -10,3 +10,6 @@ +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/select.tpl b/src/templates/default/select.tpl index 0e291947..af36acee 100644 --- a/src/templates/default/select.tpl +++ b/src/templates/default/select.tpl @@ -40,3 +40,6 @@ +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/select_table.tpl b/src/templates/default/select_table.tpl index 154d6eb8..2c8dbe32 100644 --- a/src/templates/default/select_table.tpl +++ b/src/templates/default/select_table.tpl @@ -47,3 +47,6 @@ +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/showDyngroupMembers.tpl b/src/templates/default/showDyngroupMembers.tpl index 24216b33..6f4cd096 100644 --- a/src/templates/default/showDyngroupMembers.tpl +++ b/src/templates/default/showDyngroupMembers.tpl @@ -117,3 +117,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/showObjectAccessLogs.tpl b/src/templates/default/showObjectAccessLogs.tpl index dfebe42b..2aed275f 100644 --- a/src/templates/default/showObjectAccessLogs.tpl +++ b/src/templates/default/showObjectAccessLogs.tpl @@ -86,3 +86,6 @@ {include file='ls:pagination.tpl'} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/showSupportInfo.tpl b/src/templates/default/showSupportInfo.tpl index 5bec0561..e945c9e1 100644 --- a/src/templates/default/showSupportInfo.tpl +++ b/src/templates/default/showSupportInfo.tpl @@ -8,3 +8,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/showSupportInfo_raw.tpl b/src/templates/default/showSupportInfo_raw.tpl index 6577e8cf..c38c0571 100644 --- a/src/templates/default/showSupportInfo_raw.tpl +++ b/src/templates/default/showSupportInfo_raw.tpl @@ -17,3 +17,6 @@ LSprofiles: - {$dn} {/foreach} {/foreach} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/showTechInfo.tpl b/src/templates/default/showTechInfo.tpl index a1416504..130f19f0 100644 --- a/src/templates/default/showTechInfo.tpl +++ b/src/templates/default/showTechInfo.tpl @@ -62,3 +62,6 @@ {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/view.tpl b/src/templates/default/view.tpl index 0a085159..c12cdd1c 100644 --- a/src/templates/default/view.tpl +++ b/src/templates/default/view.tpl @@ -12,3 +12,6 @@ {/foreach} {/if} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*} diff --git a/src/templates/default/viewSearch.tpl b/src/templates/default/viewSearch.tpl index 66118bab..5a2aa549 100644 --- a/src/templates/default/viewSearch.tpl +++ b/src/templates/default/viewSearch.tpl @@ -138,3 +138,6 @@ {include file='ls:pagination.tpl'} {/block} +{* +// vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab +*}