mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Anmerkungsfeld bei den Benutzerberechtigungen;
XPI für Tempus Calva; Content_ID bei den Services im Vilesci;
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -3,14 +3,14 @@
|
||||
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
||||
|
||||
<RDF:Seq about="urn:mozilla:package:root">
|
||||
<RDF:li resource="urn:mozilla:package:tempus" />
|
||||
<RDF:li resource="urn:mozilla:package:tempusdev" />
|
||||
</RDF:Seq>
|
||||
|
||||
|
||||
<RDF:Description about="urn:mozilla:package:tempus"
|
||||
<RDF:Description about="urn:mozilla:package:tempusdev"
|
||||
chrome:extension="false"
|
||||
chrome:name="Tempus"
|
||||
chrome:displayName="Tempus"
|
||||
chrome:name="Tempusdev"
|
||||
chrome:displayName="Tempusdev"
|
||||
chrome:author="TW"
|
||||
/>
|
||||
|
||||
|
||||
+1
-1
@@ -11,5 +11,5 @@
|
||||
<keyset id="mainkeys1">
|
||||
<key id="keycode_ignore_kollision1" keycode="VK_F9" oncommand="document.getElementById('tempus_browser').contentWindow.toggleIgnoreKollision()"/>
|
||||
</keyset>
|
||||
<browser id="tempus_browser" type="content-primary" flex="1" src="https://vilesci.technikum-wien.at/content/tempus.xul.php"/>
|
||||
<browser id="tempus_browser" type="content-primary" flex="1" src="http://calva.technikum-wien.at/kindlm/fhcomplete/trunk/content/tempus.xul.php"/>
|
||||
</window>
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,12 +1,12 @@
|
||||
/* !!!
|
||||
* DIESE WERTE MUESSEN GEAENDERT WERDEN
|
||||
*/
|
||||
const APP_DISPLAY_NAME = "Tempus";
|
||||
const APP_NAME = "Tempus";
|
||||
const APP_PACKAGE = "/tw/tempus";
|
||||
const APP_DISPLAY_NAME = "Tempusdev";
|
||||
const APP_NAME = "Tempusdev";
|
||||
const APP_PACKAGE = "/tw/tempusdev";
|
||||
const APP_VERSION = "V2.0";
|
||||
|
||||
const APP_JAR_FILE = "tempus.jar";
|
||||
const APP_JAR_FILE = "tempusdev.jar";
|
||||
const APP_CONTENT_FOLDER = "content/";
|
||||
const APP_LOCALE_FOLDER = "locale/de-AT/Tempus/";
|
||||
const APP_SKIN_FOLDER = "skin/";
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<em:version>2.0</em:version>
|
||||
<em:description>Tempus</em:description>
|
||||
<em:file>
|
||||
<Description about="urn:mozilla:extension:file:tempus.jar">
|
||||
<Description about="urn:mozilla:extension:file:tempusdev.jar">
|
||||
<em:package>content/</em:package>
|
||||
<em:skin>skin/</em:skin>
|
||||
</Description>
|
||||
|
||||
Reference in New Issue
Block a user