forked from indymedia/epicyon
Calendar icon
parent
9be5b928d0
commit
25034d0334
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -143,5 +143,6 @@
|
|||
"This is a group account": "This is a group account",
|
||||
"Date": "Date",
|
||||
"Time": "Time",
|
||||
"Location": "Location"
|
||||
"Location": "Location",
|
||||
"Calendar": "Calendar"
|
||||
}
|
||||
|
|
|
@ -143,5 +143,6 @@
|
|||
"This is a group account": "This is a group account",
|
||||
"Date": "Date",
|
||||
"Time": "Time",
|
||||
"Location": "Location"
|
||||
"Location": "Location",
|
||||
"Calendar": "Calendar"
|
||||
}
|
||||
|
|
|
@ -143,5 +143,6 @@
|
|||
"This is a group account": "This is a group account",
|
||||
"Date": "Date",
|
||||
"Time": "Time",
|
||||
"Location": "Location"
|
||||
"Location": "Location",
|
||||
"Calendar": "Calendar"
|
||||
}
|
||||
|
|
|
@ -143,5 +143,6 @@
|
|||
"This is a group account": "This is a group account",
|
||||
"Date": "Date",
|
||||
"Time": "Time",
|
||||
"Location": "Location"
|
||||
"Location": "Location",
|
||||
"Calendar": "Calendar"
|
||||
}
|
||||
|
|
|
@ -143,5 +143,6 @@
|
|||
"This is a group account": "This is a group account",
|
||||
"Date": "Date",
|
||||
"Time": "Time",
|
||||
"Location": "Location"
|
||||
"Location": "Location",
|
||||
"Calendar": "Calendar"
|
||||
}
|
||||
|
|
|
@ -143,5 +143,6 @@
|
|||
"This is a group account": "This is a group account",
|
||||
"Date": "Date",
|
||||
"Time": "Time",
|
||||
"Location": "Location"
|
||||
"Location": "Location",
|
||||
"Calendar": "Calendar"
|
||||
}
|
||||
|
|
|
@ -143,5 +143,6 @@
|
|||
"This is a group account": "This is a group account",
|
||||
"Date": "Date",
|
||||
"Time": "Time",
|
||||
"Location": "Location"
|
||||
"Location": "Location",
|
||||
"Calendar": "Calendar"
|
||||
}
|
||||
|
|
|
@ -934,7 +934,7 @@ def htmlNewPost(translate: {},baseDir: str, \
|
|||
if endpoint!='newshare' and endpoint!='newreport':
|
||||
dateAndLocation= \
|
||||
'<div class="container">' \
|
||||
'<p><img class="emojicalendar" src="/emoji/1F5D3.png"/>' \
|
||||
'<p><img class="emojicalendar" src="/icons/calendar.png"/>' \
|
||||
'<label class="labels">'+translate['Date']+': </label>' \
|
||||
'<input type="date" name="eventDate">' \
|
||||
'<label class="labelsright">'+translate['Time']+':' \
|
||||
|
@ -2166,6 +2166,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
|
|||
moderationButtonStr+newPostButtonStr+ \
|
||||
' <a href="'+actor+'/search"><img src="/'+iconsDir+'/search.png" title="'+translate['Search and follow']+'" alt="'+translate['Search and follow']+'" class="timelineicon"/></a>'+ \
|
||||
' <a href="'+actor+'/'+boxName+'"><img src="/'+iconsDir+'/refresh.png" title="'+translate['Refresh']+'" alt="'+translate['Refresh']+'" class="timelineicon"/></a>'+ \
|
||||
' <a href="'+actor+'/calendar"><img src="/'+iconsDir+'/calendar.png" title="'+translate['Calendar']+'" alt="'+translate['Calendar']+'" class="timelineicon"/></a>'+ \
|
||||
followApprovals+ \
|
||||
'</div>'
|
||||
|
||||
|
|
Loading…
Reference in New Issue