Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 2ca41c78 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: remove placeholder for old strftime information; added new icu formatting at the description

Übergeordneter 1ef1b778
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
...@@ -502,19 +502,19 @@ ...@@ -502,19 +502,19 @@
</locale> </locale>
<locale name="shop.settings.general.timestampFormat.description" html="true"> <locale name="shop.settings.general.timestampFormat.description" html="true">
<de><![CDATA[ <de><![CDATA[
Dieses Datumsformat wird für ein komplettes Datumsformat verwendet (z.B: dd.mm.YYYY H:i:s). Dieses Datumsformat wird für ein komplettes Datumsformat verwendet (z.B: dd.MM.yyyy HH:mm:ss).
<br /><br /> <br /><br />
Einstellungen und oder mögliche Datumsformate finden Sie unter:<br /> Einstellungen und oder mögliche Datumsformate finden Sie unter:<br />
<a href="http://php.net/manual/de/function.strftime.php#refsect1-function.strftime-parameters"> <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/" target="_blank">
http://php.net/manual/de/function.strftime.php#refsect1-function.strftime-parameters https://unicode-org.github.io/icu/userguide/format_parse/datetime/
</a> </a>
]]></de> ]]></de>
<en><![CDATA[ <en><![CDATA[
This date format is used for a complete date format (e.g.: dd.mm.YYYYY H:i:s). This date format is used for a complete date format (e.g.: dd.MM.yyyy HH:mm:ss).
<br /><br /> <br /><br />
Settings and or possible date formats can be found under:<br /> Settings and or possible date formats can be found under:<br />
<a href="http://php.net/manual/en/function.strftime.php#refsect1-function.strftime-parameters"> <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/" target="_blank">
http://php.net/manual/en/function.strftime.php#refsect1-function.strftime-parameters https://unicode-org.github.io/icu/userguide/format_parse/datetime/
</a> </a>
]]></en> ]]></en>
</locale> </locale>
...@@ -528,19 +528,19 @@ ...@@ -528,19 +528,19 @@
</locale> </locale>
<locale name="shop.settings.general.dateFormat.description"> <locale name="shop.settings.general.dateFormat.description">
<de><![CDATA[ <de><![CDATA[
Dieses Datumsformat wird für ein partiell Datumsformat verwendet (z.B: dd.mm.YYYY). Dieses Datumsformat wird für ein partiell Datumsformat verwendet (z.B: dd.MM.yyyy).
<br /><br /> <br /><br />
Einstellungen und oder mögliche Datumsformate finden Sie unter:<br /> Einstellungen und oder mögliche Datumsformate finden Sie unter:<br />
<a href="http://php.net/manual/de/function.strftime.php#refsect1-function.strftime-parameters"> <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/">
http://php.net/manual/de/function.strftime.php#refsect1-function.strftime-parameters https://unicode-org.github.io/icu/userguide/format_parse/datetime/
</a> </a>
]]></de> ]]></de>
<en><![CDATA[ <en><![CDATA[
This date format is used for a partial date format (e.g.: dd.mm.YYYYY). This date format is used for a partial date format (e.g.: dd.MM.yyyy).
<br /><br /> <br /><br />
Settings and or possible date formats can be found under:<br /> Settings and or possible date formats can be found under:<br />
<a href="http://php.net/manual/en/function.strftime.php#refsect1-function.strftime-parameters"> <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/">
http://php.net/manual/en/function.strftime.php#refsect1-function.strftime-parameters https://unicode-org.github.io/icu/userguide/format_parse/datetime/
</a> </a>
]]></en> ]]></en>
</locale> </locale>
......
...@@ -271,7 +271,8 @@ ...@@ -271,7 +271,8 @@
<title> <title>
<locale group="quiqqer/erp" var="menu.erp.company.bank.title"/> <locale group="quiqqer/erp" var="menu.erp.company.bank.title"/>
</title> </title>
<input type="hidden" conf="company.bankAccountId" data-qui="package/quiqqer/erp/bin/backend/controls/bankAccounts/Select"> <input type="hidden" conf="company.bankAccountId"
data-qui="package/quiqqer/erp/bin/backend/controls/bankAccounts/Select">
<text> <text>
<locale group="quiqqer/erp" var="menu.erp.company.bankAccountId"/> <locale group="quiqqer/erp" var="menu.erp.company.bankAccountId"/>
</text> </text>
...@@ -285,7 +286,7 @@ ...@@ -285,7 +286,7 @@
<input conf="timestampFormat" <input conf="timestampFormat"
data-qui="controls/system/AvailableLanguages" data-qui="controls/system/AvailableLanguages"
data-qui-options-placeholder="%c" data-qui-options-placeholder=" "
> >
<text> <text>
<locale group="quiqqer/erp" var="shop.settings.general.timestampFormat"/> <locale group="quiqqer/erp" var="shop.settings.general.timestampFormat"/>
...@@ -297,7 +298,7 @@ ...@@ -297,7 +298,7 @@
<input conf="dateFormat" <input conf="dateFormat"
data-qui="controls/system/AvailableLanguages" data-qui="controls/system/AvailableLanguages"
data-qui-options-placeholder="%D" data-qui-options-placeholder=" "
> >
<text> <text>
<locale group="quiqqer/erp" var="shop.settings.general.dateFormat"/> <locale group="quiqqer/erp" var="shop.settings.general.dateFormat"/>
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren