0001016: [narrative website] Why is the mime type shown on each image page
svn: r8633
This commit is contained in:
parent
1060e56243
commit
7edd3be9c3
@ -1,3 +1,7 @@
|
|||||||
|
2007-06-23 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/NarrativeWeb.py: 0001016: [narrative website] Why is the mime
|
||||||
|
type shown on each image page
|
||||||
|
|
||||||
2007-06-22 Alex Roitman <shura@phy.ucsf.edu>
|
2007-06-22 Alex Roitman <shura@phy.ucsf.edu>
|
||||||
* src/GrampsDb/_GrampsGEDDB.py (close): Save after batch
|
* src/GrampsDb/_GrampsGEDDB.py (close): Save after batch
|
||||||
transactions: #862.
|
transactions: #862.
|
||||||
|
@ -911,7 +911,7 @@ class MediaPage(BasePage):
|
|||||||
of.write('</tr>\n')
|
of.write('</tr>\n')
|
||||||
if not note_only:
|
if not note_only:
|
||||||
of.write('<tr>\n')
|
of.write('<tr>\n')
|
||||||
of.write('<td class="field">%s</td>\n' % _('MIME type'))
|
of.write('<td class="field">%s</td>\n' % _('File type'))
|
||||||
of.write('<td class="data">%s</td>\n' % photo.mime)
|
of.write('<td class="data">%s</td>\n' % photo.mime)
|
||||||
of.write('</tr>\n')
|
of.write('</tr>\n')
|
||||||
date = _dd.display(photo.get_date_object())
|
date = _dd.display(photo.get_date_object())
|
||||||
|
Loading…
Reference in New Issue
Block a user