Look and feel v15

This commit is contained in:
Laurent Destailleur 2021-10-18 21:20:58 +02:00
parent 252c910962
commit c40a73162e
26 changed files with 33 additions and 33 deletions

View File

@ -23,7 +23,7 @@ if (empty($conf) || !is_object($conf)) {
exit; exit;
} }
echo "<!-- BEGIN PHP TEMPLATE -->\n"; echo "<!-- BEGIN PHP TEMPLATE adherents/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;
@ -35,7 +35,7 @@ $total = 0;
foreach ($linkedObjectBlock as $key => $objectlink) { foreach ($linkedObjectBlock as $key => $objectlink) {
echo '<tr class="oddeven">'; echo '<tr class="oddeven">';
echo '<td>'.$langs->trans("Subscription").'</td>'; echo '<td>'.$langs->trans("Subscription").'</td>';
echo '<td>'.$objectlink->getNomUrl(1).'</td>'; echo '<td class="nowraponall">'.$objectlink->getNomUrl(1).'</td>';
echo '<td class="center"></td>'; echo '<td class="center"></td>';
echo '<td class="center">'.dol_print_date($objectlink->dateh, 'day').'</td>'; echo '<td class="center">'.dol_print_date($objectlink->dateh, 'day').'</td>';
echo '<td class="right">'; echo '<td class="right">';

View File

@ -24,7 +24,7 @@ if (empty($conf) || !is_object($conf)) {
exit; exit;
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE bom/tpl/linkedopjectblock.tpl.php -->\n";
global $user, $db; global $user, $db;
global $noMoreLinkedObjectBlockAfter; global $noMoreLinkedObjectBlockAfter;

View File

@ -30,7 +30,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE comm/propal/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -23,7 +23,7 @@ if (empty($conf) || !is_object($conf)) {
exit; exit;
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE commande/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;
global $noMoreLinkedObjectBlockAfter; global $noMoreLinkedObjectBlockAfter;

View File

@ -23,7 +23,7 @@ if (empty($conf) || !is_object($conf)) {
exit; exit;
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE compta/facture/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;
global $noMoreLinkedObjectBlockAfter; global $noMoreLinkedObjectBlockAfter;

View File

@ -24,7 +24,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE compta/facture/tpl/linkedopjectblockForRec.tpl.php -->\n";
global $user; global $user;

View File

@ -23,7 +23,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE contrat/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -173,8 +173,8 @@ function showOnlinePaymentUrl($type, $ref)
$out = img_picto('', 'globe').' <span class="opacitymedium">'.$langs->trans("ToOfferALinkForOnlinePayment", $servicename).'</span><br>'; $out = img_picto('', 'globe').' <span class="opacitymedium">'.$langs->trans("ToOfferALinkForOnlinePayment", $servicename).'</span><br>';
$url = getOnlinePaymentUrl(0, $type, $ref); $url = getOnlinePaymentUrl(0, $type, $ref);
$out .= '<div class="urllink"><input type="text" id="onlinepaymenturl" class="quatrevingtpercent" value="'.$url.'">'; $out .= '<div class="urllink"><input type="text" id="onlinepaymenturl" class="quatrevingtpercentminusx" value="'.$url.'">';
$out .= '<a class="hideonsmartphone" href="'.$url.'" target="_blank">'.img_picto('', 'globe', 'class="paddingleft"').'</a>'; $out .= '<a class="" href="'.$url.'" target="_blank">'.img_picto('', 'globe', 'class="paddingleft"').'</a>';
$out .= '</div>'; $out .= '</div>';
$out .= ajax_autoselect("onlinepaymenturl", 0); $out .= ajax_autoselect("onlinepaymenturl", 0);
return $out; return $out;

View File

@ -39,9 +39,9 @@ function showOnlineSignatureUrl($type, $ref)
if ($url == $langs->trans("FeatureOnlineSignDisabled")) { if ($url == $langs->trans("FeatureOnlineSignDisabled")) {
$out .= $url; $out .= $url;
} else { } else {
$out .= '<input type="text" id="onlinesignatureurl" class="quatrevingtpercent" value="'.$url.'">'; $out .= '<input type="text" id="onlinesignatureurl" class="quatrevingtpercentminusx" value="'.$url.'">';
} }
$out .= '<a class="hideonsmartphone" href="'.$url.'" target="_blank">'.img_picto('', 'globe', 'class="paddingleft"').'</a>'; $out .= '<a class="" href="'.$url.'" target="_blank">'.img_picto('', 'globe', 'class="paddingleft"').'</a>';
$out .= '</div>'; $out .= '</div>';
$out .= ajax_autoselect("onlinesignatureurl", 0); $out .= ajax_autoselect("onlinesignatureurl", 0);
return $out; return $out;

View File

@ -19,7 +19,7 @@
* *
*/ */
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE don/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;
global $noMoreLinkedObjectBlockAfter; global $noMoreLinkedObjectBlockAfter;

View File

@ -23,7 +23,7 @@ if (empty($conf) || !is_object($conf)) {
exit; exit;
} }
echo "<!-- BEGIN PHP TEMPLATE -->\n"; echo "<!-- BEGIN PHP TEMPLATE eventorganization/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -23,7 +23,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE expedition/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -24,7 +24,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE expensereport/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -22,7 +22,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE fichinter/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -23,7 +23,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE fourn/commande/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -25,7 +25,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE fourn/facture/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;

View File

@ -22,7 +22,7 @@ if (empty($conf) || !is_object($conf)) {
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE mymodule/core/tpl/linkedopjectblock_myobject.tpl.php -->\n";
global $user; global $user;

View File

@ -24,7 +24,7 @@ if (empty($conf) || !is_object($conf)) {
exit; exit;
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE mrp/tpl/linkedopjectblock.tpl.php -->\n";
global $user, $db; global $user, $db;
global $noMoreLinkedObjectBlockAfter; global $noMoreLinkedObjectBlockAfter;

View File

@ -27,7 +27,7 @@ $object = $GLOBALS['object'];
$statutarray = array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell")); $statutarray = array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell"));
?> ?>
<!-- BEGIN PHP TEMPLATE --> <!-- BEGIN PHP TEMPLATE product/canvas/product/tpl/card_create.tpl.php -->
<?php <?php
print load_fiche_titre($langs->trans("NewProduct"), '', 'product'); print load_fiche_titre($langs->trans("NewProduct"), '', 'product');

View File

@ -27,7 +27,7 @@ $object = $GLOBALS['object'];
$statutarray = array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell")); $statutarray = array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell"));
?> ?>
<!-- BEGIN PHP TEMPLATE --> <!-- BEGIN PHP TEMPLATE product/canvas/product/tpl/card_edit.tpl.php-->
<?php <?php
$head = product_prepare_head($object); $head = product_prepare_head($object);

View File

@ -25,7 +25,7 @@ if (empty($conf) || !is_object($conf)) {
$object = $GLOBALS['object']; $object = $GLOBALS['object'];
?> ?>
<!-- BEGIN PHP TEMPLATE --> <!-- BEGIN PHP TEMPLATE product/canvas/product/tpl/card_view.tpl.php -->
<?php <?php
$head = product_prepare_head($object); $head = product_prepare_head($object);
$titre = $langs->trans("CardProduct".$object->type); $titre = $langs->trans("CardProduct".$object->type);

View File

@ -317,7 +317,7 @@ if (!$found && !$mesg) {
} }
if ($mesg) { if ($mesg) {
print '<tr><td align="center" colspan="2"><br><div class="warning">'.dol_escape_htmltag($mesg).'</div></td></tr>'."\n"; print '<tr><td class="center" colspan="2"><br><div class="warning">'.dol_escape_htmltag($mesg).'</div></td></tr>'."\n";
} }
print '</table>'."\n"; print '</table>'."\n";
@ -334,7 +334,7 @@ if ($action != 'dosign') {
} }
print '</td></tr>'."\n"; print '</td></tr>'."\n";
print '<tr><td align="center">'; print '<tr><td class="center">';
if ($action == "dosign" && empty($cancel)) { if ($action == "dosign" && empty($cancel)) {
print '<div class="tablepublicpayment">'; print '<div class="tablepublicpayment">';
@ -395,8 +395,8 @@ if ($action == "dosign" && empty($cancel)) {
print '<br>'; print '<br>';
print '<span class="warning">'.$langs->trans("PropalAlreadyRefused").'</span>'; print '<span class="warning">'.$langs->trans("PropalAlreadyRefused").'</span>';
} else { } else {
print '<input type="submit" class="button small wraponsmartphone reposition" value="'.$langs->trans("SignPropal").'">'; print '<input type="submit" class="butAction small wraponsmartphone marginbottomonly marginleftonly marginrightonly reposition" value="'.$langs->trans("SignPropal").'">';
print '<input name="refusepropal" type="submit" class="button small wraponsmartphone" value="'.$langs->trans("RefusePropal").'">'; print '<input name="refusepropal" type="submit" class="butActionDelete small wraponsmartphone marginbottomonly marginleftonly marginrightonly" value="'.$langs->trans("RefusePropal").'">';
} }
} }
print '</td></tr>'."\n"; print '</td></tr>'."\n";

View File

@ -25,7 +25,7 @@ if (empty($conf) || !is_object($conf)) {
?> ?>
<!-- BEGIN PHP TEMPLATE --> <!-- BEGIN PHP TEMPLATE reception/tpl/linkedopjectblock.tpl.php -->
<?php <?php

View File

@ -78,7 +78,7 @@ span.butAction, span.butActionDelete {
.butActionRefused, .butAction, .butActionDelete { .butActionRefused, .butAction, .butActionDelete {
border-radius: 3px; border-radius: 3px;
} }
.butActionRefused:last-child, .butAction:last-child, .butActionDelete:last-child { :not(.center) > .butActionRefused:last-child, :not(.center) > .butAction:last-child, :not(.center) > .butActionDelete:last-child {
margin-<?php echo $right; ?>: 0px !important; margin-<?php echo $right; ?>: 0px !important;
} }
.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active { .butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {

View File

@ -67,8 +67,8 @@ span.butAction, span.butActionDelete {
.butActionRefused, .butAction, .butActionDelete { .butActionRefused, .butAction, .butActionDelete {
border-radius: 3px; border-radius: 3px;
} }
.butActionRefused:last-child, .butAction:last-child, .butActionDelete:last-child { :not(.center) > .butActionRefused:last-child, :not(.center) > .butAction:last-child, :not(.center) > .butActionDelete:last-child {
margin-right: 0px !important; margin-<?php echo $right; ?>: 0px !important;
} }
.butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active { .butActionRefused, .butAction, .butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
text-decoration: none; text-decoration: none;

View File

@ -21,7 +21,7 @@ if (empty($conf) || !is_object($conf)) {
exit; exit;
} }
print "<!-- BEGIN PHP TEMPLATE -->\n"; print "<!-- BEGIN PHP TEMPLATE ticket/tpl/linkedopjectblock.tpl.php -->\n";
global $user; global $user;