Changeset 2355 for llum/trunk
- Timestamp:
- Sep 1, 2016, 12:38:14 PM (4 years ago)
- Location:
- llum/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
llum/trunk/fuentes/install-files/usr/share/llum/html_skel.html
r376 r2355 29 29 </head> 30 30 <body> 31 <input type="button" class="hidden" value=" Imprimir" onclick="window.print();">31 <input type="button" class="hidden" value="%%PRINT%%" onclick="window.print();"> 32 32 <div class="table"> 33 33 <div class="row header"> -
llum/trunk/fuentes/install-files/usr/share/llum/llum-browser
r376 r2355 48 48 def open(self, url): 49 49 self.txt_url.set_text(url) 50 self.window.set_title('Llum browser')50 self.window.set_title('Llum') 51 51 self._load(url) 52 52 -
llum/trunk/fuentes/llum/ChangeOwnPassword.cs
r376 r2355 68 68 if (out_response=="true") 69 69 { 70 msgLabel.Text= "Password changed successfully";70 msgLabel.Text=Mono.Unix.Catalog.GetString("Password changed successfully"); 71 71 core.user_info[1]=password1Entry.Text; 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.