mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-18 15:12:58 +00:00
Merge pull request #5685 from Dillon-Brown/issue-5647
Fixed #5647 - Number after subpanel name in Studio
This commit is contained in:
commit
a977334fee
1 changed files with 5 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
||||
*
|
||||
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
|
||||
* Copyright (C) 2011 - 2017 SalesAgility Ltd.
|
||||
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
|
@ -37,7 +37,6 @@
|
|||
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
|
||||
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
|
||||
*/
|
||||
|
||||
*}
|
||||
<div class='wizard' width='100%' >
|
||||
<div align='left' id='export'>{$actions}</div>
|
||||
|
@ -65,7 +64,7 @@
|
|||
<tr>
|
||||
<td align="center">
|
||||
<a class='studiolink' id='{$button.linkId}' href="javascript:void(0)">
|
||||
{$buttonName}
|
||||
{if (isset($button.imageName))}{$button.imageTitle}{else}{$buttonName}{/if}
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue