Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIOS Layout #2803

Closed
bhsmither opened this issue Feb 28, 2021 · 2 comments
Closed

AIOS Layout #2803

bhsmither opened this issue Feb 28, 2021 · 2 comments
Assignees
Labels

Comments

@bhsmither
Copy link
Contributor

In the General tab, Advanced Settings, the layout is all over the place (for me).

Find:
         <div id="aios-advanced">
            <div>
               <label>{$LANG.all_in_one_shipping.shipping_pricing}</label>
               <span><input type="hidden" name="module[use_flat]" id="use_flat" class="toggle" value="{$MODULE.use_flat}" /><label for="use_flat">{$LANG.all_in_one_shipping.use_flat}</label></span>
            </div>
            <div>
               <label class="spacer">&nbsp;</label>
               <span><input type="hidden" name="module[use_item]" id="use_item" class="toggle" value="{$MODULE.use_item}" /><label for="use_item">{$LANG.all_in_one_shipping.use_item}</label></span>
            </div>
            <div>
               <label class="spacer">&nbsp;</label>
               <span><input type="hidden" name="module[use_percent]" id="use_percent" class="toggle" value="{$MODULE.use_percent}" /><label for="use_percent">{$LANG.all_in_one_shipping.use_percent}</label></span>
            </div>
            <div>
               <label class="spacer">&nbsp;</label>
               <span><input type="hidden" name="module[use_weight]" id="use_weight" class="toggle" value="{$MODULE.use_weight}" /><label for="use_weight">{$LANG.all_in_one_shipping.use_weight}</label></span>
            </div>
         </div>

Suggest:
         <div id="aios-advanced">
            <div>
               <label>{$LANG.all_in_one_shipping.shipping_pricing}</label>
               <span><input type="hidden" name="module[use_flat]" id="use_flat" class="toggle" value="{$MODULE.use_flat}" />&nbsp;{$LANG.all_in_one_shipping.use_flat}</span>
            </div>
            <div>
               <label class="spacer">&nbsp;</label>
               <span><input type="hidden" name="module[use_item]" id="use_item" class="toggle" value="{$MODULE.use_item}" />&nbsp;{$LANG.all_in_one_shipping.use_item}</span>
            </div>
            <div>
               <label class="spacer">&nbsp;</label>
               <span><input type="hidden" name="module[use_percent]" id="use_percent" class="toggle" value="{$MODULE.use_percent}" />&nbsp;{$LANG.all_in_one_shipping.use_percent}</span>
            </div>
            <div>
               <label class="spacer">&nbsp;</label>
               <span><input type="hidden" name="module[use_weight]" id="use_weight" class="toggle" value="{$MODULE.use_weight}" />&nbsp;{$LANG.all_in_one_shipping.use_weight}</span>
            </div>
         </div>
@rbosma
Copy link

rbosma commented Mar 10, 2021

Same here, thanks bhsmither

@abrookbanks abrookbanks self-assigned this Mar 11, 2021
@abrookbanks
Copy link
Member

Thanks this will be in 1.0.20 which is WIP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants