Changeset 10153 in spip-zone
- Timestamp:
- Mar 5, 2007, 12:48:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/barre_typo_enrichie/1_9_1/inc/barre.php
r9975 r10153 66 66 67 67 //gestion des lignes optionnelles 68 69 //creation de tableau70 function afficher_gestion_tableau($champ) {71 72 $tableau_formulaire = '<table class="spip_barre" style="width: auto; padding: 1px!important; border-top: 0px;" summary="">73 <tr><td>74 '._T('bartypenr:barre_gestion_colonne').': <input type="text" name="barre_nbcolones" style="width: 30px;" value="2" size="2" maxlength="2" /></td><td>75 '._T('bartypenr:barre_gestion_ligne').': <input type="text" name="barre_nbrangs" style="width: 30px;" value="2" size="2" maxlength="2" /></td><td>76 <input type="checkbox" name="barre_doentete" value="-1" checked="checked" /> '._T('bartypenr:barre_gestion_entete')77 .'</td><td>78 <input type="checkbox" name="barre_docaption" value="-1" checked="checked" /> '._T('bartypenr:barre_gestion_caption')79 .'</td><td>80 <input type="button" value="OK" class="fondo" onclick="javascript:81 barre_nbcolones.value = Math.abs(barre_nbcolones.value); barre_nbrangs.value82 = Math.abs(barre_nbrangs.value);83 if (!(barre_nbcolones.value == 0 || barre_nbrangs.value == 0)) {84 barre_tableau('.$champ.', barre_nbcolones.value, barre_nbrangs.value,85 barre_doentete.checked, barre_docaption.checked); } " />86 </td></tr></table>87 ';88 return produceWharf('tableau_gestion','',$tableau_formulaire);89 }90 68 91 69 // construction des liens … … 274 252 $toolbox .= afficher_boutonsavances($champ, $champhelp); 275 253 $toolbox .= afficher_caracteres($champ, $spip_lang, $champhelp); 276 //$toolbox .= afficher_gestion_tableau($champ);277 254 $toolbox .= afficher_gestion_lien($champ); 278 255 $toolbox .= afficher_gestion_ancre($champ);
Note: See TracChangeset
for help on using the changeset viewer.