Skip to content

Commit

Permalink
Tmetable launcher: "Monday (YYYY-MM-DD)" -> "Week"
Browse files Browse the repository at this point in the history
Since we are using a date input restricted to mondays,
being so specific about the format and meaning is no
more needed
  • Loading branch information
vokimon committed Aug 19, 2022
1 parent e20037e commit 31d79a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomatic/planner_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def executionDescription(info):
""".tooltip {{ visibility: hidden; position:absolute; cursor: link; width: 20em; background: #ffa; border: 1px solid grey; padding:1ex}}"""
"""td:hover .tooltip {{ visibility: visible}}</style>"""
"""<p><form action='run' method='post'>"""
"""<label>Dilluns&nbsp;(YYYY-MM-DD):&nbsp;<input name=monday type=date value={nexmonday} step=7 required /></label><br/>"""
"""<label>Setmana:&nbsp;<input name=monday type=date value={nexmonday} step=7 required /></label><br/>"""
"""<label>Linies:&nbsp;<input name=nlines type=number value={nlines} step=1 required/></label><br/>"""
"""<label>Descripció:&nbsp;<input name=description type=text /></label><br/>"""
"""<label>Dies a omplir primer:&nbsp;<input name="search_days" type=text /> (dl, dm, dx, dj, dv, separats per comes)</label><br/>"""
Expand Down

0 comments on commit 31d79a1

Please sign in to comment.