nouveau module jQuery pour

afficher/cacher les groupes de champ de formulaire

* yavsc.hidefieldset.js: Creation d'un nouveau module jQuery pour
  afficher/cacher les champ de formulaire en cliquant sur le titre des
  groupes de champ.

* style.css: style plus compact pour les fieldset

* App.master: appelle l'initialisation des widget hidefieldset

* Profile.aspx: mettre tous les elements fils d'un groupe champ dans
  des noeud cachable.

* Yavsc.csproj: referencer le nouveau script dans le projet

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: traductions
This commit is contained in:
Paul Schneider 2015-12-01 15:07:54 +01:00
commit c6a9793c49
11 changed files with 125 additions and 26 deletions

View file

@ -1,3 +1,10 @@
2015-12-01 Paul Schneider <paul@pschneider.fr>
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: traductions
2015-11-30 Paul Schneider <paul@pschneider.fr>
* BlogProvider.cs: doc xml

View file

@ -364,9 +364,9 @@ namespace Yavsc.Model {
}
}
public static string Google_registration_id {
public static string hidden {
get {
return ResourceManager.GetString("Google_registration_id", resourceCulture);
return ResourceManager.GetString("hidden", resourceCulture);
}
}
@ -424,6 +424,12 @@ namespace Yavsc.Model {
}
}
public static string Google_registration_id {
get {
return ResourceManager.GetString("Google_registration_id", resourceCulture);
}
}
public static string Bill_removal {
get {
return ResourceManager.GetString("Bill_removal", resourceCulture);

View file

@ -358,9 +358,9 @@ namespace Yavsc.Model {
}
}
public static string Google_registration_id {
public static string hidden {
get {
return ResourceManager.GetString("Google_registration_id", resourceCulture);
return ResourceManager.GetString("hidden", resourceCulture);
}
}
@ -418,6 +418,12 @@ namespace Yavsc.Model {
}
}
public static string Google_registration_id {
get {
return ResourceManager.GetString("Google_registration_id", resourceCulture);
}
}
public static string Bill_removal {
get {
return ResourceManager.GetString("Bill_removal", resourceCulture);
@ -496,9 +502,9 @@ namespace Yavsc.Model {
}
}
public static string My_Estimates {
public static string Non_existent_user {
get {
return ResourceManager.GetString("My_Estimates", resourceCulture);
return ResourceManager.GetString("Non_existent_user", resourceCulture);
}
}
@ -724,9 +730,9 @@ namespace Yavsc.Model {
}
}
public static string Non_existent_user {
public static string My_Estimates {
get {
return ResourceManager.GetString("Non_existent_user", resourceCulture);
return ResourceManager.GetString("My_Estimates", resourceCulture);
}
}

View file

@ -56,6 +56,7 @@
<data name="Hide_source"><value>Cacher le texte source du billet</value></data>
<data name="Home"><value>Accueil</value></data>
<data name="Hide"><value>Cacher</value></data>
<data name="hidden"><value>caché</value></data>
<data name="I_understood"><value>J'ai compris</value></data>
<data name="ImgLocator"><value>URI de l'image</value></data>
<data name="ImportException"><value>Exception à l'import</value></data>

View file

@ -54,6 +54,7 @@
<data name="FillInAFutureDate"><value>Please, use a date in the future as starting date.</value></data>
<data name="Home"><value>Home</value></data>
<data name="Hide"><value>Hide</value></data>
<data name="hidden"><value>hidden</value></data>
<data name="Hide_source"><value>Hide the bill source text</value></data>
<data name="entries"><value>entries</value></data>
<data name="Google_calendar"><value>Google calendar</value></data>