<?xml version="1.0" encoding="utf-8" standalone="yes"?> <panel label="Modifier le favori" name="panel_edit_pick"> <panel.string name="location_notice"> (mise à jour après enregistrement) </panel.string> <text name="title"> Modifier le favori </text> <scroll_container name="profile_scroll"> <panel name="scroll_content_panel"> <icon label="" name="edit_icon" tool_tip="Cliquez pour sélectionner une image"/> <text name="Name:"> Titre : </text> <text name="description_label"> Description : </text> <text name="location_label"> Lieu : </text> <text name="pick_location"> en cours de chargement... </text> <button label="Définir sur l'emplacement actuel" name="set_to_curr_location_btn"/> </panel> </scroll_container> <panel label="bottom_panel" name="bottom_panel"> <layout_stack name="layout_stack1"> <layout_panel name="layout_panel1"> <button label="Enregistrer" name="save_changes_btn"/> </layout_panel> <layout_panel name="layout_panel2"> <button label="Annuler" name="cancel_btn"/> </layout_panel> </layout_stack> </panel> </panel>