Calendar icon

main2
Bob Mottram 2019-10-10 15:15:21 +01:00
parent 9be5b928d0
commit 25034d0334
12 changed files with 16 additions and 8 deletions

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

View File

@ -143,5 +143,6 @@
"This is a group account": "This is a group account",
"Date": "Date",
"Time": "Time",
"Location": "Location"
"Location": "Location",
"Calendar": "Calendar"
}

View File

@ -143,5 +143,6 @@
"This is a group account": "This is a group account",
"Date": "Date",
"Time": "Time",
"Location": "Location"
"Location": "Location",
"Calendar": "Calendar"
}

View File

@ -143,5 +143,6 @@
"This is a group account": "This is a group account",
"Date": "Date",
"Time": "Time",
"Location": "Location"
"Location": "Location",
"Calendar": "Calendar"
}

View File

@ -143,5 +143,6 @@
"This is a group account": "This is a group account",
"Date": "Date",
"Time": "Time",
"Location": "Location"
"Location": "Location",
"Calendar": "Calendar"
}

View File

@ -143,5 +143,6 @@
"This is a group account": "This is a group account",
"Date": "Date",
"Time": "Time",
"Location": "Location"
"Location": "Location",
"Calendar": "Calendar"
}

View File

@ -143,5 +143,6 @@
"This is a group account": "This is a group account",
"Date": "Date",
"Time": "Time",
"Location": "Location"
"Location": "Location",
"Calendar": "Calendar"
}

View File

@ -143,5 +143,6 @@
"This is a group account": "This is a group account",
"Date": "Date",
"Time": "Time",
"Location": "Location"
"Location": "Location",
"Calendar": "Calendar"
}

View File

@ -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>'