Changeset 6247 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 30 May 2011, 08:27:48 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/browser.txt
r6246 r6247 223 223 >>> print browser.contents 224 224 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 225 ...<li class="message">The code chosen already exists in th e database.</li>225 ...<li class="message">The code chosen already exists in this faculty.</li> 226 226 ... 227 227 -
main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py
r6246 r6247 953 953 self.context.addFaculty(faculty) 954 954 except KeyError: 955 self.status = self.flash('The code chosen already exists ' 956 'in the database.') 955 self.status = self.flash('The faculty code chosen already exists.') 957 956 return 958 957 self.redirect(self.url(self.context, u'@@manage')+'#tab-1') … … 1094 1093 except KeyError: 1095 1094 self.status = self.flash('The code chosen already exists ' 1096 'in th e database.')1095 'in this faculty.') 1097 1096 return 1098 1097 self.redirect(self.url(self.context, u'@@manage')+'#tab-2')
Note: See TracChangeset for help on using the changeset viewer.