File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
styles/prosilver/template/manage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ <h2>{{ PAGE_TITLE }}</h2>
2929 {% if S_SHOW_POST_AS_OPTION %}
3030 < fieldset >
3131 < dl >
32- < dt > < label > {{ POST_AS_LABEL ~ lang('COLON') }}</ label > </ dt >
33- < dd >
34- < label > < input type ="radio " name ="post_as_robot " value ="1 "{% if POST_AS_ROBOT %} checked ="checked "{% endif %} /> {{ lang('POST_AS_ROBOT', ROBOT_NAME) }}</ label >
35- < label > < input type ="radio " name ="post_as_robot " value ="0 "{% if not POST_AS_ROBOT %} checked ="checked "{% endif %} /> {{ lang('POST_AS_SELF') }}</ label >
32+ < dt style =" width: auto " > < label > {{ POST_AS_LABEL ~ lang('COLON') }}</ label > </ dt >
33+ < dd style =" margin: 0 0 12px 10% " >
34+ < label > < input type ="radio " name ="post_as_robot " value ="1 "{% if POST_AS_ROBOT %} checked ="checked "{% endif %} /> {{ lang('POST_AS_ROBOT', ROBOT_NAME) }}</ label >
35+ < label > < input type ="radio " name ="post_as_robot " value ="0 "{% if not POST_AS_ROBOT %} checked ="checked "{% endif %} /> {{ lang('POST_AS_SELF') }}</ label >
3636 </ dd >
3737 </ dl >
3838 </ fieldset >
You can’t perform that action at this time.
0 commit comments