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

@ -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);
}
}