forked from indymedia/epicyon
Linked back button
parent
a06755827e
commit
abfc7a4ad7
|
@ -6246,8 +6246,8 @@ def htmlSearch(translate: {},
|
||||||
followStr += \
|
followStr += \
|
||||||
' <input type="hidden" name="actor" value="' + actor + '">\n'
|
' <input type="hidden" name="actor" value="' + actor + '">\n'
|
||||||
followStr += ' <input type="text" name="searchtext" autofocus><br>\n'
|
followStr += ' <input type="text" name="searchtext" autofocus><br>\n'
|
||||||
followStr += ' <button type="button" class="button" ' + \
|
followStr += ' <a href="/"><button type="button" class="button" ' + \
|
||||||
'name="submitBack">' + translate['Go Back'] + '</button>\n'
|
'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
|
||||||
followStr += ' <button type="submit" class="button" ' + \
|
followStr += ' <button type="submit" class="button" ' + \
|
||||||
'name="submitSearch">' + translate['Submit'] + '</button>\n'
|
'name="submitSearch">' + translate['Submit'] + '</button>\n'
|
||||||
followStr += ' </form>\n'
|
followStr += ' </form>\n'
|
||||||
|
|
Loading…
Reference in New Issue