forked from indymedia/epicyon
Button class
parent
bfbbf9f7f9
commit
2cc400705e
|
@ -6304,7 +6304,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
|
||||||
|
|
||||||
optionsStr += optionsLinkStr
|
optionsStr += optionsLinkStr
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <a href="/"><button type="buttonIcon" class="button" ' + \
|
' <a href="/"><button type="button" class="buttonIcon" ' + \
|
||||||
'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
|
'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
|
||||||
optionsStr += \
|
optionsStr += \
|
||||||
' <button type="submit" class="button" name="submitView">' + \
|
' <button type="submit" class="button" name="submitView">' + \
|
||||||
|
|
Loading…
Reference in New Issue